csummary

Solid

Feature summary. Use after /cdocs to see what the workflow caught, or mid-feature to check progress.

AI & Automation 61 stars 2 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 88/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

# /csummary — Feature Workflow Summary > **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. Generate a one-page summary of everything the Correctless workflow caught during this feature. This is the "look what I saved you" report. ## When to Run - After `/cdocs` completes (end of a feature) — full summary - During a feature — partial summary of what's been caught so far - Before a PR — include the summary in the PR description ## Data Sources Read these files to build the summary. Skip any that don't exist. 1. **The spec** (`.correctless/specs/{task-slug}.md`) — check for rules added during review (rules not in the original draft) 2. **QA findings** (`.correctless/artifacts/qa-findings-{task-slug}.json`) — issues caught during TDD QA 3. **Verification report** (`.correctless/verification/{task-slug}-verification.md`) — issues caught during verification 4. **Git log** on the current branch — count commits, measure duration 5. **Workflow state file** — QA rounds, spec updates 6. **Test edit log** (`.correctless/artifacts/tdd-test-edits.log`) — tests modified during implementation 7. **Audit trail** (`.correctless/artifacts/audit-trail-{branch-slug}.jsonl`) — every file modification with workflow phase and timestamp. Shows exactly which files were touched in which phases, without manual instrumentation. ## How to Build the Summary ### Step 1: Identify th...

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