ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Nm Pensive Bug Review

Skill by athola

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/athola/nm-pensive-bug-review
Or

name: bug-review description: Bug hunting with evidence trails: find defects, document them, and verify fixes version: 1.8.2 triggers:

  • bugs
  • defects
  • debugging
  • code-quality
  • fixes
  • verification metadata: {"openclaw": {"homepage": "https://github.com/athola/claude-night-market/tree/master/plugins/pensive", "emoji": "\ud83d\udd0d", "requires": {"config": ["night-market.pensive:shared", "night-market.imbue:proof-of-work", "night-market.imbue:diff-analysis/modules/risk-assessment-framework"]}}} source: claude-night-market source_plugin: pensive

Night Market Skill — ported from claude-night-market/pensive. For the full experience with agents, hooks, and commands, install the Claude Code plugin.

Table of Contents

  • Quick Start
  • When to Use
  • Required TodoWrite Items
  • Progressive Loading
  • Workflow
  • Step 1: Detect Languages (bug-review:language-detected)
  • Step 2: Plan Reproduction (bug-review:repro-plan)
  • Step 3: Document Defects (bug-review:defects-documented)
  • Step 4: Prepare Fixes (bug-review:fixes-prepared)
  • Step 5: Verification Plan (bug-review:verification-plan)
  • Defect Classification (Condensed)
  • Output Format
  • Summary
  • Defects Found
  • [D1] file.rs:142 - Title
  • Proposed Fixes
  • Fix for D1
  • Test Updates
  • Evidence
  • Best Practices
  • Exit Criteria

Bug Review Workflow

Systematic bug identification and fixing with language-specific expertise.

Quick Start

/bug-review

Verification: Run the command with --help flag to verify availability.

When To Use

  • Reviewing code for potential bugs
  • After receiving bug reports
  • Before major releases
  • During security audits
  • Investigating production issues

When NOT To Use

  • Test coverage audit - use test-review instead

Required TodoWrite Items

  1. bug-review:language-detected
  2. bug-review:repro-plan
  3. bug-review:defects-documented
  4. bug-review:fixes-prepared
  5. bug-review:verification-plan

Progressive Loading

Metadata

Author@athola
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-athola-nm-pensive-bug-review": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.