claude-code-plugin-ref…
Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.
Provides review-workflow scaffolding for context, evidence, and output. Use at the start of any detailed review to ensure consistent, comparable findings.
$ npx -y skills add athola/claude-night-market --skill review-core --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/review-coreContext preview
The summary Claude sees to decide when to auto-load this skill.
Provides review-workflow scaffolding for context, evidence, and output. Use at the start of any detailed review to ensure consistent, comparable findings.
name: review-core description: Provides review-workflow scaffolding for context, evidence, and output. Use at the start of any detailed review to ensure consistent, comparable findings. alwaysApply: false category: review-patterns tags: - workflow - scaffolding - evidence - reporting - analysis dependencies: [] tools: [] usage_patterns: - review-preflight - workflow-scaffolding - evidence-capture complexity: intermediate model_hint: standard estimated_tokens: 1500
1. [When to Use](#when-to-use) 2. [Activation Patterns](#activation-patterns) 3. [Required TodoWrite Items](#required-todowrite-items) 4. [Step 1 – Establish Context](#step-1--establish-context-review-corecontext-established) 5. [Step 2 – Inventory Scope](#step-2--inventory-scope-review-corescope-inventoried) 6. [Step 3 – Capture Evidence](#step-3--capture-evidence-review-coreevidence-captured) 7. [Step 4 – Structure Deliverables](#step-4--structure-deliverables-review-coredeliverables-structured) 8. [Step 5 – Verify Findings Are Grounded](#step-5--verify-findings-are-grounded-review-corefindings-verified) 9. [Step 6 – Contingency Plan](#step-6--contingency-plan-review-corecontingencies-documented)
**Trigger Keywords**: review, audit, analysis, assessment, evaluation, inspection **Contextual Cues**:
**Auto-Load When**: Any review-specific workflow is detected or when analysis methodologies are requested.
1. `review-core:context-established` 2. `review-core:scope-inventoried` 3. `review-core:evidence-captured` 4. `review-core:deliverables-structured` 5. `review-core:findings-verified` 6. `review-core:contingencies-documented`
If this work involved rework, a failed approach, or a blocker, record it to `docs/lessons-learned.md` so the insight survives past the session (draft and confirm):
a lesson entry (`what_happened`, `what_didnt_work`, `root_cause`, `action`; set `phase` to `review`). Show the draft; append on confirmation.
in-file ENTRY TEMPLATE; assign the next `LL-NNN` id.
Every finding must be falsifiable: a citation a second pass can mechanically re-read and confirm. Findings that fail verification do not ship.
each finding carries a `Location` (`file:line`) and a verbatim `Anchor` snippet copied from that line.
`id`, `file`, `line`, `anchor`, `severity`, `category`, `recommendation`, `evidence_refs`).
python plugins/imbue/scripts/citation_verifier.py \
--findings .review/findings.json --repo-root .Exit `0` means every citation resolved; exit `1` lists each finding whose path, line, or anchor did not match the source.
verified findings enter the report. Attach the verifier output to the evidence appendix.
`file:line` by hand and confirming the anchor text is present; note the manual fallback in the contingency section.
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Explain plugin, skill, command, agent, and hook mechanics used here. Use when authoring or debugging plugins. Do not use for ops; use night-market-operations.
States load-bearing decisions, invariants, and weak points. Use when judging a design change. Do not use for gating; use night-market-change-control.
Rebuild the dev environment: uv, Python tiers, pins, traps. Use when onboarding or toolchain breaks. Do not use for daily commands; use night-market-operations.
Classify, gate, and review changes. Use when landing a PR, releasing, or amending rules. Do not use for failure triage; use night-market-debugging-playbook.
Search and record project memory (Discussions, journal, ADRs). Use before re-investigating anything. Do not use for settled battles; see failure-archaeology.
Bind loop 'done' to unfakeable gates. Use to harden egregore/herald loops or promote completion_integrity. Not for QA gates; use night-market-validation-and-qa.