Interactive 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.
$npx -y skills add lovstudio/dev-skills --skill gh-tidyInstalls into the current project.
Run `npx skills use "https://github.com/lovstudio/dev-skills" --skill "lovstudio/dev-skills/gh-tidy"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/lovstudio/dev-skills" that are relevant to the current task. Run `npx skills add "https://github.com/lovstudio/dev-skills"` and select the relevant skills, then follow their instructions.