Code Review
/code-reviewCodeGet a second pair of eyes on your PR without waiting for a teammate. Claude reads the full diff, thinks about what could go wrong, and surfaces only the issues worth fixing before merge.
Fetches a GitHub PR, reads the full diff, and reviews for correctness, security vulnerabilities, logic errors, and project convention violations. Skips style nitpicks. Uses confidence-based filtering to report only high-priority issues that could actually break things.
When it runs
User invokes /code-review or asks to review a PR.
Examples
Prompt
/code-review 147
Outcome
Fetched PR #147, found 2 high-confidence issues: a missing null check on the API response handler and a SQL injection risk in the search filter. Reported both with line references.
Prompt
review this PR before I merge it: [PR URL]
Outcome
Reviewed diff, all clear, no high-priority issues found. Noted one potential performance concern as low-priority.
Machine-Readable
This skill is available as structured JSON via the API.
GET /api/v1/skills/code-reviewDo-Nothing Score
Find out how close you are to Ghost CEO.