Pensive Shared Review Infrastructure
This skill provides reusable modules and patterns shared across all pensive review skills.
Purpose
Centralized infrastructure for:
- Common workflow patterns
- Output format templates
- Quality checklist patterns
- Evidence logging integration
Module Structure
Available shared modules:
- See
modules/review-workflow-core.mdfor the core 5-step workflow pattern - See
modules/output-format-templates.mdfor standard output structures - See
modules/quality-checklist-patterns.mdfor reusable quality checklists - See
modules/code-quality-analysis.mdfor deduplication and redundancy detection
Usage
Review skills include these modules to inherit common patterns:
includes:
- ../shared/modules/review-workflow-core.md
- ../shared/modules/output-format-templates.md
- ../shared/modules/quality-checklist-patterns.md
Verification: Run the command with --help flag to verify availability.
Consumers
All pensive review skills:
pensive:bug-reviewpensive:api-reviewpensive:architecture-reviewpensive:test-reviewpensive:rust-reviewpensive:makefile-reviewpensive:math-reviewpensive:unified-reviewpensive:code-refinement
Troubleshooting
Common Issues
Command not found Ensure all dependencies are installed and in PATH
Permission errors Check file permissions and run with appropriate privileges
Unexpected behavior
Enable verbose logging with --verbose flag