원클릭으로
human-review-routing
Route risky patches to the right reviewer — security, backend, infra, or domain owner — by change type.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Route risky patches to the right reviewer — security, backend, infra, or domain owner — by change type.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Optimize token usage and context window discipline. Reduce costs and improve response quality through smart context management.
Unified context lifecycle for FlowDeck sessions — ingest, filter, prune, protect, summarize, and persist with telemetry.
Predict affected files, modules, APIs, tests, and DB paths before changes. Returns an impact map for human review.
Map architecture, conventions, and file structure into `.codebase/`. Use when onboarding or before deep feature work.
Plan differently when the agent has low certainty — ask for clarification or narrow scope instead of pretending full understanding.
Protect critical context from pruning during compaction. Preserve active plans, safety files, pending operations, and user intent anchors.
| name | human-review-routing |
| description | Route risky patches to the right reviewer — security, backend, infra, or domain owner — by change type. |
| origin | FlowDeck |
When a patch is flagged as review-required or high-risk by the Patch Trust Score, it must be routed to the right human reviewer. This skill defines the routing logic.
| Reviewer | Triggered by |
|---|---|
| security | auth, token, password, crypto, secret, jwt, permission, rbac, xss, sql |
| backend | api, route, controller, service, database, query, migration |
| infra | docker, kubernetes, terraform, ci, cd, deploy, helm, nginx, aws, gcp |
| domain-owner | business, billing, payment, checkout, order, subscription, pricing |
| frontend | component, css, html, react, vue, ui, ux, style |
| data | schema, migration, model, index, constraint, foreign key |
| devops | pipeline, workflow, .yml, .yaml, action, cron, schedule |
security to the reviewer listsafe, route to general-reviewerProvide the files and change description to the agent to get the routing decision.
Example input:
Review route for: files=src/services/auth.ts,src/api/payment.ts change=refactor JWT validation
Output:
Route to: security, backend, domain-owner
Trust verdict: review-required
When routing a patch, include:
## Review Request
**Patch**: [brief description]
**Files**: [list]
**Trust Score**: [score] ([verdict])
**Route to**: [reviewer types]
**Reason**: [why this routing]
**Deadline**: [if blocking release]
### Key areas to check
- [specific concern 1]
- [specific concern 2]
If no appropriate reviewer is available within 24h, escalate to the tech lead. Never merge a high-risk patch without at least one human approval.