This skill provides reusable modules and patterns shared across all pensive review skills.
/plugin marketplace add athola/claude-night-market/plugin install parseltongue@claude-night-marketThis skill inherits all available tools. When active, it can use any tool Claude has access to.
modules/output-format-templates.mdmodules/quality-checklist-patterns.mdmodules/review-workflow-core.mdThis skill provides reusable modules and patterns shared across all pensive review skills.
Centralized infrastructure for:
modules/
├── review-workflow-core.md # Core 5-step workflow pattern
├── output-format-templates.md # Standard output structures
└── quality-checklist-patterns.md # Reusable quality checklists
Verification: Run the command with --help flag to verify availability.
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.
All pensive review skills:
pensive:bug-reviewpensive:api-reviewpensive:architecture-reviewpensive:test-reviewpensive:rust-reviewpensive:makefile-reviewpensive:math-reviewpensive:unified-reviewCommand 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
Master defensive Bash programming techniques for production-grade scripts. Use when writing robust shell scripts, CI/CD pipelines, or system utilities requiring fault tolerance and safety.