From ados
Performs deep code review against spec, plan, code quality heuristics, and repo rules. Supports base/head branch directives, dry runs, and commit control. Uses a stronger reasoning model.
How this skill is triggered — by the user, by Claude, or both
Slash command
/ados:review-deepsonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<purpose>
<discovery_rules>
Locate change folder: search doc/changes/**/*--<workItemRef>--*/
If not found, search: doc/changes/**/chg-<workItemRef>-spec.md
Spec file: chg-<workItemRef>-spec.md; derive slug & change.type from frontmatter.
Plan file: chg-<workItemRef>-plan.md
Folder pattern: doc/changes/YYYY-MM/YYYY-MM-DD--<workItemRef>--<slug>/
Abort with clear error if spec OR plan missing.
</discovery_rules>
<branch_resolution>
changeBranch = <change.type>/<workItemRef>/<slug>
headRef: directives override, else try changeBranch, fallback: current HEAD.
baseBranch: directives override, else main, fallback: master.
Compute merge-base and gather symmetric diff baseBranch...headRef.
</branch_resolution>
<directive_parsing> Directives (case-insensitive):
base=<branch> | base branch <branch> | compare vs <branch>head=<ref> | head ref <ref> | branch <ref>commit=false | no commitdry run | preview only
Unrecognized tokens ignored.
</directive_parsing><pre_flight>
.ai/rules/**).<review_method> The reviewer agent applies its full review framework:
Spec/plan compliance (local mode):
Code quality heuristics (both modes):
.ai/agent/code-review-instructions.md and .ai/rules/Ticket context (when available):
The reviewer loads all available context — spec, plan, ticket, repo rules, heuristics — and applies them holistically. Do not duplicate heuristic definitions here; they live in the reviewer agent prompt. </review_method>
<findings_format>
[severity: major|minor|nit] <file>[:line] — <description>; fix: <action>
</findings_format>
<remediation_phase> If findings exist, append new phase to plan:
### Phase X: Code Review Remediation
- Goal: Address code review findings.
- Tasks:
- [ ] <precise fix per finding>
- Acceptance criteria:
- Must: All fixes implemented and validated.
- Must: Updated tests pass.
- Files and modules: <paths>
- Completion signal: docs(plan): remediate review findings for <workItemRef>
Rules:
<commit_rules>
/commit.npx claudepluginhub juliusz-cwiakalski/agentic-delivery-os --plugin adosReviews code changes against specifications, plans, quality heuristics, and repo rules, then appends a remediation phase if gaps are found. Invoke via /review.
Reviews code changes since a fixed point (commit, branch, tag) against coding standards and spec requirements, reporting results side by side.
Reviews code changes since a fixed point (commit, branch, tag) along two axes: coding standards compliance and spec/issue alignment. Runs parallel sub-agents for independent analysis.