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
- 4 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.
gh-stale-issues
Triage open issues by age and last activity. Groups into action buckets and suggests what to do per issue. Read-only — surfaces actions, doesn't take them.
triage
GitHub issue and PR investigator. Pulls open issues/PRs, classifies them, searches the codebase for root cause or reviews contributed code, proposes fixes with file:line references, and optionally implements fixes. Handles both issues and pull requests.