aims
Refresh the project's .review/aims.md interactively without running a full Crucible review. Use when the project's stated goals have shifted between reviews…
List past Crucible reviews stored in .review/reports/ and optionally show the full markdown of one. Use to see how the project's review verdicts have evolved over time.
$ npx -y skills add hazarsozer/crucible-cc --skill history --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/historyContext preview
The summary Claude sees to decide when to auto-load this skill.
List past Crucible reviews stored in .review/reports/ and optionally show the full markdown of one. Use to see how the project's review verdicts have evolved over time.
name: history description: List past Crucible reviews stored in .review/reports/ and optionally show the full markdown of one. Use to see how the project's review verdicts have evolved over time.
List past Crucible reviews and offer to show one in full. Reviews are stored at `.review/reports/<review_id>.md` in the project root.
1. **List reports.** Find every file under `.review/reports/` matching the pattern `*.md`. If none exist, print:
No past reviews found. Run /crucible to create one.
and exit.
2. **Parse metadata from each report.** For each file, extract:
If parsing fails on any field, fall back to `?` for that field.
3. **Sort reports** newest-first by `completed_at` if available, else by filename (which encodes the timestamp prefix).
4. **Print a table.** Use fixed-width columns. Truncate long descriptions to 40 chars with `…`.
# Review ID Score Verdict Scope ───────────────────────────────────────────────────────────────────────────────── 1 2026-05-10-1430-auth-refactor 7.1 conditional_approval auth module rewrite 2 2026-05-09-1620-api-rewrite 8.4 approved /api/v2 endpoints ...
5. **Prompt for selection.**
Show full report for which # (or `n` to exit)?
6. **For partial reports.** Files matching `*-PARTIAL.md` (incomplete runs) appear in the listing with a `⚠️` prefix in the `Verdict` column to make it clear they don't represent a complete pipeline run.
This skill is read-only. It does not modify any files, does not invoke any subagents, and does not consume model budget. It's purely a navigator over the user's review history.
Not Another Code Reviewer. A Claude Code plugin that runs your code through a corporate review pipeline. A Profiler reads your project, interviews you about the phase, and casts a 4–8 persona review committee from a 23-persona library.
Repo: hazarsozer/crucible-cc
Refresh the project's .review/aims.md interactively without running a full Crucible review. Use when the project's stated goals have shifted between reviews…
Run a Crucible review pipeline on the current project. The Profiler reads the project, interviews the user, and casts a 4–8 persona review committee from a…