lov-gh-tidy
FeaturedInteractive GitHub repo hygiene skill. Lists all open issues, PRs, stale branches, and orphan labels, shows a summary of each with analysis, then asks the user how to handle each item (close, merge, comment, delete, keep). Executes all chosen actions via gh CLI. Use when the user says "清理 GitHub", "tidy repo", "clean up issues", "处理 PR", "repo hygiene", or similar.
Install
Quality Score: 89/100
Skill Content
Details
- Author
- lovstudio
- Repository
- lovstudio/skills
- Created
- 5 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
github-issue-triage
Classify GitHub Issues, apply allowlisted triage labels, and post analysis or clarifying questions as Issue comments. Use in conversation when asked to triage an Issue (URL or number) without opening a PR. Also the L1 loop entry skill for Issue events. Default is API side effects (labels/comments); do not edit repository files unless Constraints set may_edit true.
update
Audit open GitHub issues for staleness, orphaned blockers, missing labels, codebase drift, and already-implemented features. Categorizes issues into close-candidates, update-needed, needs-triage, stale, and healthy. Supports bulk and individual remediation via interactive approval. Triggers: audit issues, clean up issues, update stale issues, issue hygiene, backlog cleanup, prune issues.
issue-to-pr
Triage the GitHub issues on this repo (cccost-dashboard), judge which are real bugs or worth-building features, then implement the one you pick — TDD, green CI, branch, PR. Use when the user says "check the issues", "triage the issues", "what's in the backlog", "anything worth fixing", "implement issue 12", "fix #12", "work on that issue", or pastes an issue URL. Also use when the user asks whether a reported issue is real, reproducible, or in scope.