/full-review
Run a detailed review using intelligent skill selection based on codebase analysis.
$ npx -y skills add athola/claude-night-market --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/full-review
Context preview
What this command does when you run it.
Run a detailed review using intelligent skill selection based on codebase analysis.
Command definition
full-review.mdUnified Review Command
Run a detailed review using intelligent skill selection based on codebase analysis.
Usage
# Auto-detect and run appropriate reviews
/full-review
# Focus on specific domains
/full-review api # API surface review
/full-review architecture # Architecture review
/full-review bugs # Bug hunting
/full-review tests # Test suite review
/full-review rust # Rust-specific review
/full-review math # Mathematical review
/full-review makefile # Makefile review
/full-review safety-critical # NASA Power of 10 verifiable-code review
/full-review all # Run all applicable
Skill Detection
Automatically selects review skills based on:
1. **Language Detection**: File extensions and manifests 2. **File Patterns**: Makefiles, API definitions, test files 3. **Git Context**: Status and diffs 4. **Project Structure**: Architecture patterns and build systems
Detection Matrix
| Pattern | Skills Triggered | |---------|-----------------| | `*.rs`, `Cargo.toml` | rust-review, bug-review, api-review | | `openapi.yaml`, `routes/` | api-review, architecture-review | | `test_*.py`, `*_test.go` | test-review, bug-review | | `Makefile`, `*.mk` | makefile-review | | Math algorithms | math-review, bug-review | | ADRs, architecture docs | architecture-review | | Low assertion density, unbounded loops, unproven recursion, fixed-bound violations | safety-critical-patterns |
Execution Flow
1. **Context Analysis**: Analyze repository structure 2. **Skill Selection**: Choose based on detected patterns 3. **Parallel Dispatch**: Launch agents using the mapping below 4. **Integrated Report**: Consolidate findings
Agent Dispatch Mapping
Skills are NOT agents. Use this table to dispatch correctly:
| Skill | Agent Type | Scope | |---|---|---| | bug-review | `pensive:code-reviewer` | Bugs, API, tests | | api-review | `pensive:code-reviewer` | API focus | | test-review | `pensive:code-reviewer` | Test focus | | architecture-review | `pensive:architecture-reviewer` | ADR, design | | rust-review | `pensive:rust-auditor` | Rust-specific | | code-refinement | `pensive:code-refiner` | Quality | | math-review | `general-purpose` | Invoke `Skill(pensive:math-review)` | | makefile-review | `general-purpose` | Invoke `Skill(pensive:makefile-review)` | | shell-review | `general-purpose` | Invoke `Skill(pensive:shell-review)` | | safety-critical-patterns | `general-purpose` | Invoke `Skill(pensive:safety-critical-patterns)` |
When `pensive:code-reviewer` covers multiple domains, dispatch once with combined scope rather than multiple times with the same agent type.
Output
- **Summary**: Overall assessment
- **Domain Findings**: Per-skill analysis
- **Integrated Issues**: Cross-domain patterns
- **Action Items**: Prioritized with owners
Read more
Unified Review Command
Run a detailed review using intelligent skill selection based on codebase analysis.
Usage
# Auto-detect and run appropriate reviews /full-review # Focus on specific domains /full-review api # API surface review /full-review architecture # Architecture review /full-review bugs # Bug hunting /full-review tests # Test suite review /full-review rust # Rust-specific review /full-review math # Mathematical review /full-review makefile # Makefile review /full-review safety-critical # NASA Power of 10 verifiable-code review /full-review all # Run all applicable
Skill Detection
Automatically selects review skills based on:
1. **Language Detection**: File extensions and manifests 2. **File Patterns**: Makefiles, API definitions, test files 3. **Git Context**: Status and diffs 4. **Project Structure**: Architecture patterns and build systems
Detection Matrix
| Pattern | Skills Triggered | |---------|-----------------| | `*.rs`, `Cargo.toml` | rust-review, bug-review, api-review | | `openapi.yaml`, `routes/` | api-review, architecture-review | | `test_*.py`, `*_test.go` | test-review, bug-review | | `Makefile`, `*.mk` | makefile-review | | Math algorithms | math-review, bug-review | | ADRs, architecture docs | architecture-review | | Low assertion density, unbounded loops, unproven recursion, fixed-bound violations | safety-critical-patterns |
Execution Flow
1. **Context Analysis**: Analyze repository structure 2. **Skill Selection**: Choose based on detected patterns 3. **Parallel Dispatch**: Launch agents using the mapping below 4. **Integrated Report**: Consolidate findings
Agent Dispatch Mapping
Skills are NOT agents. Use this table to dispatch correctly:
| Skill | Agent Type | Scope | |---|---|---| | bug-review | `pensive:code-reviewer` | Bugs, API, tests | | api-review | `pensive:code-reviewer` | API focus | | test-review | `pensive:code-reviewer` | Test focus | | architecture-review | `pensive:architecture-reviewer` | ADR, design | | rust-review | `pensive:rust-auditor` | Rust-specific | | code-refinement | `pensive:code-refiner` | Quality | | math-review | `general-purpose` | Invoke `Skill(pensive:math-review)` | | makefile-review | `general-purpose` | Invoke `Skill(pensive:makefile-review)` | | shell-review | `general-purpose` | Invoke `Skill(pensive:shell-review)` | | safety-critical-patterns | `general-purpose` | Invoke `Skill(pensive:safety-critical-patterns)` |
When `pensive:code-reviewer` covers multiple domains, dispatch once with combined scope rather than multiple times with the same agent type.
Output
- **Summary**: Overall assessment
- **Domain Findings**: Per-skill analysis
- **Integrated Issues**: Cross-domain patterns
- **Action Items**: Prioritized with owners
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.
Other commands on claude-night-market.
- /aggregate-logs
Generate LEARNINGS.md from skill execution logs.
Open command - /analyze-skill
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Open command - /bulletproof-skill
Harden skills against rationalization and bypass behaviors
Open command - /context-report
Generate context optimization report for skill directories
Open command - /create-command
Create slash commands with brainstorming and best practices
Open command - /create-hook
Create hooks with brainstorming and security-first design
Open command

