Agent skill
pensive:shared
Shared infrastructure and reusable modules for all pensive review skills. Triggers: pensive patterns, review workflow, output templates, quality checklists, pensive infrastructure, shared review patterns Use when: other pensive skills need common patterns, creating new review skills, ensuring consistency across pensive plugin DO NOT use directly: this skill is infrastructure for other pensive skills. This skill provides shared patterns consumed by other pensive skills.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/productivity/pensiveshared
SKILL.md
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
modules/
├── review-workflow-core.md # Core 5-step workflow pattern
├── output-format-templates.md # Standard output structures
└── quality-checklist-patterns.md # Reusable quality checklists
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
Consumers
All pensive review skills:
pensive:bug-reviewpensive:api-reviewpensive:architecture-reviewpensive:test-reviewpensive:rust-reviewpensive:makefile-reviewpensive:math-reviewpensive:unified-review
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?