一键导入
scribe-retrospective
Use after committing a CoP session transcript. Asks if you fixed anything manually after Claude's review and updates skill tables if needed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use after committing a CoP session transcript. Asks if you fixed anything manually after Claude's review and updates skill tables if needed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when a CoP scribe has exported the Notes tab from Google Docs as markdown and needs to add frontmatter and save it to the sessions/ directory.
Use when working in the a11y-cop repository and need to perform git or GitHub operations. This is THE authoritative guidance for proper git/gh interaction in this repo, including branching, commits, and PR creation conventions.
Use when you need to capture subjective user feedback on what didn't work well in the scribe workflow (documentation, skills, or process). Focuses only on improvements, offers options for how to handle the feedback (add to PR, create issue, or contact facilitator).
Use when a CoP scribe needs to process a Community of Practice meeting transcript after a session. Orchestrates the full workflow from cleaning the transcript through PR creation, delegating to specialized sub-skills.
| name | scribe-retrospective |
| description | Use after committing a CoP session transcript. Asks if you fixed anything manually after Claude's review and updates skill tables if needed. |
Automated post-session analysis to identify friction points and capture anything Claude missed — feed it back into the workflow for next time.
Before proceeding: Read .claude/skills/scribe-retrospective/IMPLEMENTATION.md for friction signal patterns, routing examples, and edge case handling.
After Step 3 (Transform and Review Notes), before Step 5 (Commit and Create PR).
After Claude's review in Step 3, did you manually fix anything in the session notes?
For example:
• A client name Claude didn't catch
• A technical term or ASR mishear not in the tables
• A speaker name inconsistency
• Any PII or sensitive content Claude missed
If nothing — just say "no" and we'll move on.
If no: Proceed to conversation scan. If nothing found there either, respond "No improvements identified — proceed to Step 5 (Commit and PR)."
If yes: Continue to Step 2.
For each item the scribe fixed, identify which skill owns that concern. The principle: scribe-workflow/SKILL.md is the orchestrator — it says which skills to run in what order, not how to review content. Detailed tables and review logic live in the skill that does the work.
| Finding Type | Target File |
|---|---|
| Client name or project name | prepare-cop-notes/SKILL.md — "Other items to check" → client names table |
| Technical term or ASR mishear | prepare-cop-notes/SKILL.md — "Technical terms and ASR mishears" table |
| Speaker name variation | prepare-cop-notes/SKILL.md — "Names to check" section |
| PII pattern | prepare-cop-notes/SKILL.md — PII bullet |
| Other sensitivity | prepare-cop-notes/SKILL.md — "Open-ended scan" bullets |
| Step ordering or which skill to invoke | scribe-workflow/SKILL.md — orchestration only |
| Git/commit/PR conventions | using-git/SKILL.md or using-git/IMPLEMENTATION.md |
Draft the proposed additions (new rows or bullet points only — do not restructure).
Show all proposed changes in a single summary:
Proposed skill updates:
• [table name]: add row "[garbled form]" → "[correct form]"
• ...
Apply these changes? (yes/no)
If yes: Edit the appropriate skill file (see table above) with the new rows/entries. Confirm what was added and where.
If no: "Findings noted, not applied — proceed to Step 5 (Commit and PR)."
Whether or not skill tables were updated, write a summary file to .tmp/retro-YYYY-MM-DD.md (replacing YYYY-MM-DD with the session date). The scribe will paste this into the PR description.
## Manual Fixes
The following items were caught manually after Claude's review and corrected before commit:
| Type | Found As | Corrected To |
|---|---|---|
| [Mishear / Client name / PII / etc.] | "[original text]" | "[corrected text]" |
_These have been added to the prepare-cop-notes skill tables for future sessions._
If nothing was fixed manually, write:
## Manual Fixes
None — Claude's review caught everything.
Tell the scribe: "PR summary saved to .tmp/retro-YYYY-MM-DD.md. Paste it into the Manual Fixes section of your PR description."
/scribe-workflow — calls this skill at Step 4/using-git — used at Step 5 after this completes