project-backlog

Solid

Turn repository-review evidence into a deduplicated, prioritized, dependency-aware backlog. Use when findings already exist and need ordering into issue drafts; require authorization and a confirmed repo before GitHub mutation.

Code & Development 4 stars 1 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 80/100

Stars 20%
23
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Project Backlog Compose the [repository-review skill](../repository-review/SKILL.md) with the repository's live issue taxonomy. Discovery and drafting are read-only by default; issue creation and native dependency mutation are a separate, explicitly authorized phase. Local repository discovery requires `git`; live issue reads and authorized writes require `gh`. Use the complete [draft contract](references/draft-contract.md) and exercise the failure boundaries in the [behavioral evaluations](tests/behavioral-evaluations.md). ## Phase 1: Read-only discovery 1. Confirm the local repository and read its instructions. Preserve staged, unstaged, and untracked work exactly as required by the repository-review skill. 1. Resolve the candidate GitHub repository with `gh repo view --json nameWithOwner,url,visibility`; show it to the user, but do not treat discovery as mutation authorization. 1. Run the cross-cutting repository review across source, tests, tooling, CI/CD, security, documentation, generated state, release state, and relevant authorized live behavior. Retain partial scans and unavailable services as evidence gaps. 1. Fetch open and closed issues needed for duplicate analysis, including complete bodies, comments, labels, state, and native `blockedBy` and `blocking` relationships. Search by the underlying problem and evidence, not title similarity alone. 1. Research current primary documentation or upstream source only where it can materially confirm a retained findin...

Details

Author
fmind
Repository
fmind/dotfiles
Created
4 months ago
Last Updated
yesterday
Language
Go
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category