skills/priority-review/SKILL.md
Evidence-based code review for diffs, PRs, and commits using P0-P3 severity. Finds actionable defects in changed code (security, correctness, reliability) and avoids style-only feedback.
npx skillsauth add jacobjmc/priority-review priority-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Review code changes for real, actionable defects. Prioritize precision over exhaustive exploration. Report only issues with a plausible failure path tied to the change.
high: Direct code evidence and clear failure path from the changemedium: Strong evidence with one reasonable assumptionlow: Plausible concern that needs validation; report under Needs verification, not as a blockerExamples (choose only what is needed):
git status --porcelain, git diff, git diff --cachedgit log --oneline {base}..HEAD, git diff {base}...HEAD --stat, git diff {base}...HEADgit show {sha} --stat, git diff {sha}^..{sha}If .priority-review-rules.json exists in the repository root, load it and check changed files for rule matches.
Minimal rule format:
{
"rules": [
{
"id": "no-console-log",
"title": "No console.log in production code",
"severity": "P2",
"pattern": "console\\.log"
}
]
}
Report only issues with a plausible execution or failure path caused by the change.
For each finding, include:
P0-P3) and confidence (high or medium)file:line) when possibleIf confidence is low, place it under Needs verification instead of P0/P1/P2/P3.
Report findings by priority (P0 -> P3).
For each finding:
**[P{0-3}][{high|medium}] {file}:{line} - {title}**
Impact: {what breaks / risk}
Why: {causal path from the change}
Optional section for uncertain concerns:
## Needs verification
- [low] {file}:{line} - {concern} ({what to validate})
## Summary
- P0: N
- P1: N
- P2: N
- P3: N
- Outcome: Blocker | Non-blocking findings | No actionable findings
Use No actionable findings when no credible defects are identified.
P0/P1 issue that code inspection cannot resolve.development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.