cm-code-review-eab561 — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited cm-code-review-eab561 (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Full review lifecycle in one skill: Request → Receive → Integrate.
Mandatory:
cm-executionOptional but valuable:
BASE_SHA=$(git rev-parse HEAD~1)
HEAD_SHA=$(git rev-parse HEAD)When receiving feedback — whether from human reviewers, AI reviewers, or code review subagents.
1. READ feedback completely before responding
2. UNDERSTAND the technical reasoning
3. VERIFY if the feedback is technically correct
4. RESPOND with evidence, not agreement| Feedback Type | Response |
|---|---|
| Technically correct | Fix it. Thank reviewer. |
| Unclear intent | Ask for clarification with specific questions |
| Technically questionable | Challenge with evidence (code, tests, docs) |
| Stylistic preference | Discuss trade-offs, defer to team convention |
❌ "Good catch! Fixed." (without verifying it's actually a problem)
✅ "I verified this: [evidence]. The suggestion is correct because [reason]. Fixed."
✅ "I investigated this: [evidence]. The current code is correct because [reason]."When implementation is complete and all tests pass.
npm run test:gate # All tests must pass
git status # Working tree should be clean| Option | When | Command |
|---|---|---|
| Merge to main | Feature ready | git checkout main && git merge feature-branch |
| Create PR | Needs team review | git push origin feature-branch |
| Keep working | More tasks remain | Continue on branch |
| Cleanup only | Abandoned/merged | git worktree remove path |
cm-identity-guard before git pushAfter processing review feedback, ALWAYS update .cm/CONTINUITY.md:
[Decision]: [Rationale] — scope: [global|module:{name}]
Anti-duplicate: If similar learning exists, reinforce it instead of creating new.
Token savings: Future code reviews in same project avoid repeating the same feedback. Reviewer patterns become accumulated knowledge.
| Skill | Relationship |
|---|---|
cm-execution | Reviews after each task in execution |
cm-quality-gate | Tests must pass before finishing branch |
cm-identity-guard | Before git push |
cm-execution | Cleanup isolated workspace after completion |
Block any PR/diff that violates these regardless of green tests:
Review heuristic: if you can't answer "what task forced this line?" for every changed line, the diff is too wide.
Review early. Verify feedback. Ship with evidence, not hope.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.