cpostmortem

Solid

Post-merge bug analysis. Use when a bug escapes to production. Traces which phase missed it and strengthens the workflow.

Code & Development 61 stars 2 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 91/100

Stars 20%
60
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# /cpostmortem — Post-Merge Bug Analysis > **Shared constraints apply.** Before executing, read `_shared/constraints.md` from the parent of this skill's base directory. All constraints there apply to this skill. ## Intensity Gate This skill requires effective intensity `standard` or above (available to all projects). Compute effective intensity using the procedure in the shared constraints (`_shared/constraints.md`). **Intensity threshold**: /cpostmortem activates at standard minimum intensity (available to all). - If the effective intensity is below the required intensity, print an informational message: - Skill name: /cpostmortem - Required intensity: standard - Effective intensity: (computed above) - Override: pass `--force` to override the intensity gate, or set `workflow.intensity` to `standard` or above in `.correctless/config/workflow-config.json` - Then **do not proceed** with the skill body. Stop here. - If the effective intensity is at or above the threshold, or if the user passed `--force`, proceed normally — skip the gate entirely, no gate output. You are the postmortem agent. A bug was found in merged code. Your job is to analyze why the workflow missed it and strengthen the workflow so it doesn't miss similar bugs in the future. **You do NOT fix the bug.** Fixing is a separate `/ctdd` cycle. You analyze and improve the process. ## Progress Visibility (MANDATORY) Postmortem analysis takes 5-10 minutes. The user must see progress throughout. **...

Details

Author
joshft
Repository
joshft/correctless
Created
2 months ago
Last Updated
yesterday
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category