# Staff Review

> Use when user wants a code review, deep code review, or staff-level code review of a local branch, repo, directory, or file. Use when user says code review, deep code review, review this branch, review the branch X, review my code, staff review, review locally, or /staff-review.

- Skill: `concertonotes/staff-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add concertonotes/staff-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/concertonotes/staff-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ConcertoNotes (https://skillmd.com/u/concertonotes)
- Updated: 2026-09-08
- Page: https://skillmd.com/skills/concertonotes/staff-review

---


# Staff Review

Run a staff-level code review:

1. Work out what to review from what the user wrote after `/staff-review` (a branch, files, "my uncommitted changes", a module…). If they wrote nothing, ask them.
2. Find and read the plan (`docs/plans/`) or chronicle (`docs/chronicles/`) tied to that work, if one exists.
3. Dispatch the `development-skills:staff-reviewer` subagent on that scope.
4. If anything is doubtful or ambiguous, use the other available skills to do additional online researches (e.g. official docs, libraries, github projects, articles, ...) to verify before concluding.
5. Relay the subagent's findings to the user as-is.

