# Shared

> This skill provides reusable modules and patterns shared across all pensive review skills.

- Skill: `majiayu000/shared-8` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/shared-8`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/shared-8/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/shared-8

---


---
name: pensive:shared
description: |

Triggers: infrastructure, review, patterns, 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.
category: review-infrastructure
tags: [shared, infrastructure, review, patterns]
version: 1.3.5
estimated_tokens: 50
---

# 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.md` for the core 5-step workflow pattern
- See `modules/output-format-templates.md` for standard output structures
- See `modules/quality-checklist-patterns.md` for reusable quality checklists

## Usage

Review skills include these modules to inherit common patterns:

```yaml
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-review`
- `pensive:api-review`
- `pensive:architecture-review`
- `pensive:test-review`
- `pensive:rust-review`
- `pensive:makefile-review`
- `pensive:math-review`
- `pensive:unified-review`
## 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

