Pensive

Pensive from athola/claude-night-market.

by @athola 15 skills

Skills in this plugin

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