business-ops
Business operations: strategy, technology, growth, competitive intelligence, support, finance, HR, legal, operations, sales, productivity, product management.
4-phase code review: UNDERSTAND, VERIFY, ASSESS risks, DOCUMENT findings.
$ npx -y skills add notque/vexjoy-agent --skill systematic-code-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/systematic-code-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
4-phase code review: UNDERSTAND, VERIFY, ASSESS risks, DOCUMENT findings.
name: systematic-code-review
description: "4-phase code review: UNDERSTAND, VERIFY, ASSESS risks, DOCUMENT findings."
user-invocable: false
allowed-tools:
- Read
- Grep
- Glob
- Bash
routing:
triggers:
- "review code"
- "code review methodology"
- "structured review"
- "code audit"
- "review methodology"
- "comprehensive review"
not_for: "vague no-target requests like 'make this better' — those are interview-mode, where the agent asks what to improve; reviewing ALL source files in the repo for a health check (use full-repo-review); security-only review of git changes (use security-review). Only for reviewing a named file, diff, or PR."
category: code-review
pairs_with:
- forensics
- verification-before-completion
- parallel-code-reviewReview the change, verify its claims, assess risk, and report actionable findings. This is the shared review procedure. Parallel review divides its scope among reviewers; it does not add another full review afterward.
| Task | Reference | |---|---| | Select PR review scope and roster | `../../process/pr-workflow/references/pr-risk-policy.md` | | Review Go exports, concurrency, resources, metrics, or tests | `references/go-review-patterns.md` | | Classify a finding | `references/severity-classification.md` | | Respond to feedback | `references/receiving-feedback.md` |
Read applicable repository instructions and the complete diff. Read enough surrounding code to understand each changed path and its consumers; load whole files when their structure matters. Check the requested outcome, compatibility requirements, and affected dependencies.
When signatures, parameter meanings, or sentinel values change, find all callers and interface implementations. Search receiver syntax such as `.GetEvents(`; use type-aware references such as gopls when available. Trace each parameter to its source:
Check validation at each caller. A reachable user input that bypasses a security filter is blocking. Verify the caller set yourself; the PR description may omit callers.
Record the reviewed base/head or working diff, scope, and material unknowns. Ask only when missing information prevents a sound review; continue independent checks.
**Gate:** Every changed path is accounted for, with affected callers traced where needed.
Reuse observed test and review results when they cover the current code, dependencies, configuration, and environment. Record their source and scope. A prior verdict alone is not evidence. After a fix, check the changed paths and affected consumers; repeat broader checks only when the fix invalidates their evidence or repository policy requires it.
Run relevant tests for uncovered behavior and all required repository checks. Inspect actual output and retain logs; report commands, results, and limitations without pasting full logs. Missing tools, skipped checks, and inferred outcomes are not passes. Identify whether a test failure is caused by this change or is unrelated; required failing checks still prevent merge.
Check material claims in comments and the PR description against code, callers, tests, or observed behavior. Verify edge cases and coverage of changed paths. Source inspection can establish structure, but cannot substitute for a runtime result when that is the claim.
**Gate:** Claims have supporting evidence; required checks passed or the review records the gap without approving it away.
Assess the risks the change can introduce:
Use the severity reference. Blocking findings concern security, correctness, or reliability; SHOULD FIX covers material pattern, test, or debugging problems; SUGGESTIONS are optional. Resolve uncertainty with evidence. Document unresolved consequential uncertainty instead of presenting speculation as a confirmed defect.
**Gate:** Relevant risks and remaining uncertainty are explicit.
Before reporting a finding, check its input or call sequence, existing guards, and proposed fix. Drop unreachable, already-handled, or non-actionable claims. Cite evidence for material severity changes and disputed findings.
The reviewer normally does this check directly. Use an independent check when a consequential claim remains uncertain or the user requests one. Group related findings for that check; do not create a worker per finding or recursively review the verifier. A finding that survives refutation is supported, not proven correct.
When combining reviews, deduplicate findings and resolve conflicting severity from evidence. Retain unresolved high-impact disagreements in the report. After fixes, revisit the findings and affected domains; reuse unaffected review evidence. Preserve explicitly requested rosters and repository review requirements.
**Gate:** Reported findings have concrete evidence, locations, and an actionable consequence.
Report issues introduced or exposed by the change, including fixes that must touch consumers outside the diff. Keep speculative features out of the review.
Essays and writing behind this toolkit live at vexjoy.com. VexJoy Agent connects plain-English requests to specialist agents, skills, and workflows. /do selects the knowledge and tools needed for your task.
Repo: notque/vexjoy-agent
Business operations: strategy, technology, growth, competitive intelligence, support, finance, HR, legal, operations, sales, productivity, product management.
Design workflows — UX copy, design systems, design critique, accessibility review, design handoff, user research synthesis. Use when writing UI copy, reviewing…
Marketing: SEO audits, campaign planning, content strategy, email sequences, competitive analysis, brand review, performance reporting.