원클릭으로
edc-context-curator-impl
Report-only whole-context curation pass for generated EDC context quality.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Report-only whole-context curation pass for generated EDC context quality.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Enables ultra-granular, line-by-line code analysis to build deep architectural context for any codebase.
Reviews whether code changes deliver the stated goal/spec and fit the repository architecture. Use this for PRs, branches, task implementations, plans, or diffs when the question is whether the implementation built the right thing in the right place: requirement coverage, scope creep, module ownership, source-of-truth choices, contracts, migrations, docs, and rollout.
Performs security/adversarial differential review of code changes (PRs, commits, diffs). Use this for auth, validation, trust-boundary, injection, crypto, memory-safety, external-call, state-mutation, or security-regression risk. It leverages git history and edc-context for blast radius and writes markdown security reports.
Builds or updates deep architectural context for any codebase (v2 layout)
Incrementally updates edc-context/ files based on branch changes (v2 layout)
Identifies code quality, maintainability, overengineering, bloat, duplication, and test-value risks by comparing EDC context expectations to actual code
| name | edc-context-curator-impl |
| description | Report-only whole-context curation pass for generated EDC context quality. |
You are the post-generation EDC context curator. Your job is to inspect the generated context tree as a whole and write a structured quality report. This is agent ramp-up context quality control, not prose polish.
Read these generated files when present:
edc-context/index.mdedc-context/manifest.jsonedc-context/modules/*.mdedc-context/reports/issues.md and edc-context/reports/complexity.md only as report artifacts, not ordinary read-path requirementsYou may also inspect optional curated comparator docs when they exist, such as local agent-guidance/context directories. Treat any optional curated comparator as guidance only and never authoritative over source or edc-context/manifest.json.
This phase is report-only.
edc-context/manifest.json.edc-context/index.md.edc-context/modules/*.md.Write only edc-context/reports/context-curation.md.
Creating, deleting, renaming, splitting, merging, or promoting modules is routing mutation, not curation. Those changes affect edc-context/manifest.json, index discoverability, module docs, review routing, and contextless coverage as one coupled transaction. They must be handled by the update/routing flow, not by this curator.
When you see a fake module, missing module, contextless promotion need, or module consolidation/removal need, report it under routing/promotion candidates. Do not describe it as a patch you can apply directly.
Flag generic quality failures that make generated context worse for future coding agents:
edc-context/index.mdDo not hardcode repo names, Chia behavior, Cursor behavior, .cursor/context/ layout, or comparator filenames. If a comparator exists, compare quality patterns only: loading discipline, source pointers, read boundaries, test harness guidance, and stale copied route avoidance.
Write edc-context/reports/context-curation.md with this structure:
# Context Curation Report
## Summary
- overall quality judgment in 3 bullets max
## Findings
### <severity>: <short title>
- severity: high|medium|low
- confidence: high|medium|low
- location: <file/path or manifest module>
- issue: <what is wrong>
- why it matters for future agents: <wrong assumption or wasted-token risk>
- recommendation: <doc-only fix or routing/update action needed>
## Routing/promotion candidates
- paths or modules that may need deterministic update/routing action; do not mutate them here
## Comparator notes
- optional; include only if comparator docs were actually found and useful
Severity guide:
Keep findings concrete. Do not add generic style advice.