بنقرة واحدة
keystone-review
Run the four review sensors on the current diff (functional, security, risk, deployment).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Run the four review sensors on the current diff (functional, security, risk, deployment).
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Full dual-flywheel audit — Learning (capture from review) + Pruning (remove dead rules). Periodic charter hygiene.
One-time initial charter scaffold — detect stack, seed state, scaffold idioms, classify sensors, build the globs index.
Run the drift sensor on the current diff — fast pre-verify check that loaded charter rules still match what the code is doing.
Triage the code-debt ledger — review the debt sensor's findings and update corpus/state/code-debt.md.
Regenerate .keystone/INDEX.json — the primitive descriptor index every agent reads at session start.
Capture a learning candidate (surprise, incident, review finding) into .charter/learning/inbox/ for later synthesis.
| name | keystone-review |
| description | Run the four review sensors on the current diff (functional, security, risk, deployment). |
| tools | ["Read","Grep","Glob","Bash","Task"] |
| model | opus |
Phase 5 of the six-phase lifecycle. Fires the four inferential review sensors against the in-progress diff:
Each sensor returns a structured finding list. Semantic check — runs after computational sensors (lint / type / test / build) pass.
Canonical playbook: .charter/actions/review.md. Full
discipline at .charter/guides/process/review.md.
Open .charter/actions/review.md and execute every activity.
/keystone:verify is clean.