Nm Imbue Review Core
by @athola
Provides review-workflow scaffolding for context, evidence, and output. Use at the start of any detailed review to ensure consistent, comparable findings
clawhub install nm-imbue-review-coreπ About This Skill
name: review-core description: | Reusable scaffolding for review workflows with context establishment, evidence capture, and structured output version: 1.9.4 triggers: - workflow - scaffolding - evidence - reporting - analysis metadata: {"openclaw": {"homepage": "https://github.com/athola/claude-night-market/tree/master/plugins/imbue", "emoji": "\ud83e\udd9e"}} source: claude-night-market source_plugin: imbue
> Night Market Skill β ported from claude-night-market/imbue. For the full experience with agents, hooks, and commands, install the Claude Code plugin.
Core Review Workflow
Table of Contents
1. When to Use 2. Activation Patterns 3. Required TodoWrite Items 4. Step 1 β Establish Context 5. Step 2 β Inventory Scope 6. Step 3 β Capture Evidence 7. Step 4 β Structure Deliverables 8. Step 5 β Contingency Plan 9. Troubleshooting
When To Use
When NOT To Use
Activation Patterns
Trigger Keywords: review, audit, analysis, assessment, evaluation, inspection Contextual Cues:Auto-Load When: Any review-specific workflow is detected or when analysis methodologies are requested.
Required TodoWrite Items
1.review-core:context-established
2. review-core:scope-inventoried
3. review-core:evidence-captured
4. review-core:deliverables-structured
5. review-core:contingencies-documentedStep 1 β Establish Context (review-core:context-established)
pwd, repo, branch, and upstream base (e.g., git status -sb, git rev-parse --abbrev-ref HEAD).Step 2 β Inventory Scope (review-core:scope-inventoried)
rg --files -g '*.mk', ls docs, cargo metadata).Step 3 β Capture Evidence (review-core:evidence-captured)
git diff --stat, make -pn, cargo doc, web.run citations). Keep snippets or line numbers for later reference.Step 4 β Structure Deliverables (review-core:deliverables-structured)
Step 5 β Contingency Plan (review-core:contingencies-documented)
web.run), document the alternative steps that will be taken and any limitations this introduces. This helps reviewers understand any gaps in coverage.Exit Criteria
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
β‘ When to Use
π Tips & Best Practices
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