code-review-mode
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Autonomous agent for conducting structured reviews with evidence gathering.
> /plugin marketplace add athola/claude-night-marketHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Autonomous agent for conducting structured reviews with evidence gathering.
name: review-analyst description: Autonomous agent for conducting structured reviews with evidence gathering. Use when detailed code reviews requiring evidence trails, architecture assessments with structured outputs, security audits with reproducible findings. Do not use when quick code check without formal review - use pensive skills. just catching up on changes - use catchup skill. tools: - Read - Glob - Grep - Bash skills: imbue:review-core, imbue:proof-of-work, imbue:structured-output, imbue:diff-analysis model: opus effort: high
Autonomous agent specialized in conducting structured reviews using imbue's methodology. Gathers evidence, categorizes findings, and produces formatted deliverables.
Dispatch this agent for:
1. **Initialize**: Establish context (repo, branch, baseline) 2. **Discover**: Inventory files and artifacts in scope 3. **Analyze**: Examine each artifact, logging evidence 4. **Categorize**: Group findings by severity and type 5. **Format**: Structure deliverable with evidence references 6. **Report**: Produce final review document
Use the review-analyst agent to conduct a security-focused review of the authentication module, producing a structured report with evidence citations for each finding.
The agent produces:
Each finding must include a `Location` (file:line) and a verbatim `Anchor` (the exact source text at that line).
Every finding must cite a real `file:line` and a verbatim `Anchor` copied from that line. Before reporting, write findings to `.review/findings.json` and run `python plugins/imbue/scripts/citation_verifier.py --findings .review/findings.json --repo-root .`; drop or label `UNVERIFIED` any finding the verifier fails. See the `imbue:review-core` and `imbue:structured-output` skills.
Uses imbue skills:
`Anchor` (exact source text at that line)
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.
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Main thread configuration for documentation-focused sessions. Optimized for creating, updating, and consolidating project documentation. Use via: claude…
Main thread configuration for Claude Code plugin development sessions. Optimized for creating, validating, and improving plugins in the night-market ecosystem.…
Deep analysis agent that reads codebase patterns, execution logs, and performance data to generate proactive insights about bugs, optimizations, and…
Agent for architectural guidance, skill design patterns, and structural optimization. Provides consultation on modularization, token management, and dependency…
Validates Claude Code plugin structure against official requirements