skills/openclaw-github-repo-commander/SKILL.md
7-stage super workflow for GitHub repo audit, cleanup, PR review, and competitor analysis
npx skillsauth add ranbot-ai/awesome-skills openclaw-github-repo-commanderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
A structured 7-stage super workflow for comprehensive GitHub repository management. This skill automates repository auditing, cleanup, competitor benchmarking, and optimization — turning a messy repo into a clean, well-documented, production-ready project.
/super-workflow or /openclaw-github-repo-commander on a repo URLClone the target repository, define success criteria, and establish baseline metrics.
Run scripts/repo-audit.sh <repo-path> from this skill directory — automated read-only checks for:
ghp_, sk-, AKIA, etc.)node_modules/ or build artifacts.gitignore coverageDeep manual review beyond automation: content quality, documentation consistency, structural issues, version mismatches.
Search GitHub for similar repositories. Compare documentation standards, feature coverage, star counts, and community adoption.
Consolidate all findings into a prioritized action plan (P0 critical / P1 important / P2 nice-to-have).
Execute the plan: delete low-value files, fix security issues, upgrade documentation, add CI workflows, update changelogs.
Re-run the audit script (target: 7/7 PASS), verify all changes, push to GitHub, and deliver a full report.
/openclaw-github-repo-commander https://github.com/owner/my-repo
Runs all 7 stages and produces a detailed before/after report.
Clean up my GitHub repo — remove junk files, fix secrets, add .gitignore
Compare my skill repo with the top 5 similar repos on GitHub
chore:, fix:, docs:pr_todo.json file for pending reviewer requestsnode_modules/ or .env files.github/workflows/ to avoid false positivesgh CLI operations use the user's existing authentication — no credentials are stored by this skillOriginally contributed by @wd041216-bit in PR #340. No standalone upstream repository is currently available for this skill.
License: MIT | Version: 4.0.0
tools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.