Agent Skill
2/7/2026flywheel-issue-curation
Curate GitHub issues for this repository. Use when user asks to control open issue count, clean backlog, enforce p0-p3/frozen priority strategy, or batch-close low-priority stale issues.
G
gqy20
0GitHub Stars
1Views
npx skills add gqy20/flywheel
SKILL.md
| Name | flywheel-issue-curation |
| Description | Curate GitHub issues for this repository. Use when user asks to control open issue count, clean backlog, enforce p0-p3/frozen priority strategy, or batch-close low-priority stale issues. |
name: flywheel-issue-curation description: Curate GitHub issues for this repository. Use when user asks to control open issue count, clean backlog, enforce p0-p3/frozen priority strategy, or batch-close low-priority stale issues. allowed-tools: Read,Grep,Glob,LS,Bash(gh *),Bash(git *)
Flywheel Issue Curation
Goal
Keep issue pool healthy and bounded, with explicit priority handling and safe bulk operations.
Workflow
- Read
.github/FLYWHEEL.mdand.github/workflows/issue-curation.ymlfirst. - Fetch open issues and labels with
gh issue list --json .... - Compute target delta from configured cap (default 20).
- Exclude
frozenand security-critical items unless user explicitly requests otherwise. - Prefer closing oldest low-priority issues (
p3->p2-> unlabeled). - Add a clear close comment that explains curation policy and reopen path.
- Summarize how many were closed and why.
Safety Rules
- Never delete issues by default.
- Never close
frozenissues automatically. - Never alter labels unrelated to priority without explicit user request.
Output Checklist
- Open issue count before/after
- Closed issue numbers
- Policy rationale used
Skills Info
Original Name:flywheel-issue-curationAuthor:gqy20
Download