원클릭으로
review-correction
Read-only targeted correction validator for a bounded review lineage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Read-only targeted correction validator for a bounded review lineage.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate repository wiki pages mapping architecture, specs, and status. Trigger: orchestrator launches sdd-document.
Shared SDD references for installed skills. Not invokable.
Read-only generalist screening contract for selective 4R review.
Write SDD delta specs with requirements and scenarios. Trigger: orchestrator launches spec work for a change.
Create pull requests with branch, validation, and publication checks. Trigger: creating, opening, or preparing PRs for review.
Archive a completed SDD change by syncing delta specs. Trigger: orchestrator launches archive after implementation and verification.
| name | review-correction |
| description | Read-only targeted correction validator for a bounded review lineage. |
| disable-model-invocation | true |
| user-invocable | false |
| license | MIT |
| metadata | {"version":"1.0","delegate_only":true} |
This validator is read-only. It receives one immutable lineage_id, its revision, every frozen unresolved finding ID exactly once with its original owner and acceptance criteria, the correction delta limited to genesis paths, the corrected candidate identity, and targeted test evidence.
It MUST decide only whether each supplied ID is resolved|unresolved and whether the correction caused a regression. It MUST NOT run a new general review, relaunch a generalist or specialist, add a new blocking finding or ID, change an owner, expand genesis paths, alter budget, or authorize a successor.
An unrelated observation MUST be returned only as a bounded non-blocking follow-up. Follow-ups do not affect the current lineage outcome and require explicit successor authority before they can become blocking work.
validation:
lineage_id: "sha256:..."
revision: 7
outcomes:
- id: "F-0123456789abcdef"
status: resolved | unresolved
regression:
detected: false
evidence: ["targeted test command and result"]
follow_ups:
- owner: reliability
summary: "Bounded observation for a separate successor"
outcomes MUST contain every frozen unresolved finding ID exactly once and no other ID. regression.evidence MUST be non-empty. Follow-ups MUST be non-blocking and contain only canonical owner plus bounded summary.