Pensive
Pensive from athola/claude-night-market.
Skills in this plugin
15- ▌ Harden · athola bundleApplies NIST/CWE security hardening to Python and Rust code. Use when auditing code for vulnerabilities or proposing concrete security remediations.
- ▌ API Review · athola bundleEvaluates API surface design, consistency, and exemplar alignment. Use when reviewing public API changes or before releasing a new API surface.
- ▌ Bug Review · athola bundleHunts bugs with evidence trails. Use when investigating unexpected behavior or before merging code with potential hidden defects.
- ▌ Math Review · athola bundleVerifies math-heavy code for algorithmic correctness and numerical stability. Use when reviewing scientific algorithms, ML models, or numerical code.
- ▌ Rust Review · athola bundleAudits Rust code for unsafe blocks, ownership issues, and Cargo dependency risks. Use when reviewing Rust code or before merging Rust changes.
- ▌ Test Review · athola bundleEvaluates test suites for coverage gaps, TDD/BDD compliance, and anti-patterns. Use when auditing test quality or before a major release.
- ▌ Blast Radius · atholaAnalyzes code change impact with risk scoring and affected-node mapping. Use before merging to understand what a change touches and what lacks test coverage.
- ▌ Shell Review · athola bundleAudits shell scripts for correctness, portability, and common pitfalls. Use when reviewing shell scripts or before committing shell changes.
- ▌ Tiered Audit · athola bundleRuns a three-tier codebase audit (git history, targeted scans, full review) with gating. Use when auditing a codebase before release or after incidents.
- ▌ Unified Review · athola bundleOrchestrates multi-domain review (code, arch, tests, security) in a single pass. Use when thorough pre-release review is needed.
- ▌ Code Refinement · athola bundleImproves code quality across duplication, efficiency, and architectural fit. Use when code passes tests but quality is poor or before a major release.
- ▌ Makefile Review · athola bundleAudits Makefiles for build correctness, portability, and recipe duplication. Use when reviewing a Makefile or before committing Makefile changes.
- ▌ Performance Review · athola bundleDetects time and space complexity hotspots via AST scan. Use when code feels slow, before performance-sensitive merges, or to find O(n²) regressions.
- ▌ Architecture Review · athola bundleAssesses architecture decisions, ADR compliance, and coupling. Use when evaluating design changes or validating structural decisions before merging.
- ▌ Safety Critical Patterns · atholaApplies NASA Power of 10 rules for safety-critical verifiable code. Use when auditing financial, medical, or high-reliability system code.