completion-gate
Mandatory quality gate for every Issue, Milestone, and PR with zero-error execution and no technical debt carry-over.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Mandatory quality gate for every Issue, Milestone, and PR with zero-error execution and no technical debt carry-over.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Rules and strategies for managing agent context window size, avoiding bloat, and preserving signal-to-noise ratio.
Standard patterns for error handling, retry logic, circuit breakers, and graceful degradation.
Detect and remove contradictions across agent policies before execution.
Multi-step tool workflows via code orchestration to reduce latency, context pollution, and token overhead.
Bind project-specific prompts to local schema and workflow artifacts while keeping the harness core generic and globally reusable.
Operational session protocol for task-scoped leases, reconciliation, checkpoints, inspection, queue promotion, and handoff across long-running work.
| name | completion-gate |
| description | Mandatory quality gate for every Issue, Milestone, and PR with zero-error execution and no technical debt carry-over. |
Enforce a mandatory quality gate for every Issue, Milestone, and PR with zero-error execution and no technical debt carry-over.
done/merge.When using the harness-lifecycle pattern, an additional rule applies:
A feature is only
"passes": trueinfeature_list.jsonif a real test execution (unit, integration, or e2e) confirms it works. Code review alone is insufficient. The agent must have run the tests, not just inspected the code.
testing-policy — defines the required test layers (unit/integration/E2E/non-regression) that must pass during this gateharness-lifecycle — defines the two-phase lifecycle that uses this gate for feature verification