Marketplace

Unnamed Skill

Shared infrastructure and reusable modules for all pensive review skills.Triggers: pensive patterns, review workflow, output templates, quality checklists,pensive infrastructure, shared review patternsUse when: other pensive skills need common patterns, creating new review skills,ensuring consistency across pensive pluginDO NOT use directly: this skill is infrastructure for other pensive skills.This skill provides shared patterns consumed by other pensive skills.

$ 安裝

git clone https://github.com/athola/claude-night-market /tmp/claude-night-market && cp -r /tmp/claude-night-market/plugins/pensive/skills/shared ~/.claude/skills/claude-night-market

// tip: Run this command in your terminal to install the skill


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.0.0 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

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.

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-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