원클릭으로
create-retro-report
Review PR discussions to identify improvements to agents, templates, or instructions; write a retro report to rnd/retros.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review PR discussions to identify improvements to agents, templates, or instructions; write a retro report to rnd/retros.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Execute live manual QA from written cases or an inline repro case, capture verifiable artifacts, and write a structured result report.
Convert a manual QA Markdown result into a standalone HTML evidence report with clickable proof links for JSON, images, and code snippets.
Reproduce a bug locally, trace intent and history, propose the smallest safe fix, then implement and verify the repair.
Turn a technical spec or concrete problem statement into a concrete implementation and test plan formed of small, traceable tasks.
Convert product specs into a repo-grounded technical specification / high-level design.
Produce E2E sanity test cases (English) for features and save them under rnd/test_cases/.
| name | create-retro-report |
| description | Review PR discussions to identify improvements to agents, templates, or instructions; write a retro report to rnd/retros. |
Review PR discussions to identify improvements to agents, templates, or instructions; write a retro report to rnd/retros.
{{rnd/agents/retro.md}} {{rnd/agents/shared/command-hygiene.md}}
Review PR discussion and identify concrete improvements to this repo's agents, templates, or instructions so the same mistakes do not repeat.
| Input | Location | Purpose |
|---|---|---|
| PR discussion | PR conversation, reviews, and review threads | Source of issues and evidence |
| PR files | PR file list | Map feedback to directories and process assets |
| Agent profiles | rnd/agents/*.md | Update guidance for agents |
| Templates | rnd/templates/*.md | Update guidance for templates |
| Instructions | applicable AGENTS.md / CLAUDE.md files | Update execution rules |
rnd/retros/pr-<number>-retro.mdrnd/templates/retro.mdr3nd.yaml contains spec-dir-name, use that value as rnd.r3nd or rnd and prefer r3nd if both exist.Use the file path referenced in a comment to determine which process artifact to improve.
| Commented Path Prefix | Improve |
|---|---|
rnd/product_specs/ | product-manager agent + rnd/templates/product_spec.md |
rnd/tech_specs/ | architect agent + rnd/templates/tech_spec.md |
rnd/build_plans/ | team-lead agent + rnd/templates/build_plan.md |
rnd/test_cases/ | qa-team-lead agent + rnd/templates/test_cases.md |
E2E artifacts in the current codebase or rnd/e2e-results/ | e2e-engineer agent + the E2E testing guidance in the applicable AGENTS.md / CLAUDE.md + rnd/templates/e2e-result.md |
| Backend application code paths in the current codebase | developer agent + the backend guidance in the applicable AGENTS.md / CLAUDE.md |
| Frontend application code paths in the current codebase | developer agent + the frontend guidance in the applicable AGENTS.md / CLAUDE.md |
| Automated test paths in the current codebase | developer agent + the testing guidance in the applicable AGENTS.md / CLAUDE.md |
rnd/agents/ | The referenced agent profile |
rnd/templates/ | The referenced template |
repo/app/module-scoped AGENTS.md / CLAUDE.md files | The referenced instruction file or scoped rule |
If a comment does not reference a file path, use the PR scope and discussion context to choose the most relevant artifact and state the assumption in the retro.
rnd/agent_summaries/ exists.rnd/templates/retro.md and include evidence links to the discussion.rnd/agent_summaries/ so the next cycle starts clean.No updates recommended and explain why.{{rnd/agents/summary.md}}