review-codebases/SKILL.md
Repository-wide code review workflow that requires reading the full codebase before judging, prioritizes architecture findings over implementation details, and publishes one GitHub issue per confirmed finding through open-github-issue. Use when users ask for a code review, repository audit, architecture review, maintainability review, or complete codebase inspection.
npx skillsauth add laitszkin/apollo-toolkit review-codebasesInstall 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.
read-github-issue when issue publication requires duplicate checks; open-github-issue when confirmed findings should be tracked as GitHub issues.open-github-issue is unavailable, return draft issue bodies instead of inventing another publisher.read-github-issue to search the target repository for open and recently closed issues that match the same module, failure mode, or architectural boundary.open-github-issue once per finding.[Architecture] <short finding>[Code Quality] <short finding>[Edge Case] <short finding>titleproblem-description: symptom, impact, and repository evidencesuspected-cause: file references, causal chain, and confidencereproduction: concrete trigger or conditions when known; otherwise leave emptyrepo: target repository in owner/repo format when knownapltk open-github-issue --payload-file <json> or @file inputs rather than inline shell arguments so code snippets and backticks survive unchanged.Each finding must include:
If evidence is incomplete, keep it as a hypothesis and do not publish a GitHub issue for it.
Use this structure in responses:
gh-cli / github-token / draft-only)open-github-issue for deterministic GitHub issue publication with auth fallback and README language detection.development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Guides the agent through creating a new Agent Skill from scratch. Use when the user wants to build a skill, create a new skill, scaffold a skill directory, or author a SKILL.md. Do NOT use for optimising or rewriting existing skills — use 'optimise-skill' for that. Do NOT use for editing files that are already part of a skill. Do NOT use for creating non-skill content like documentation, scripts, or project files.
development
Review a pull request — interactive PR selection via `gh`, 4-dimension code review (hallucinated code, architecture, performance, test validity), then post severity-graded comments with fix suggestions on the PR. Not for spec-based review — use `review` instead.
tools
協助完成自動化版本發佈。同步文檔、更新版本號、推送 tag 並建立 GitHub Release。