Kuma:Verify banner
plumpslabs plumpslabs

Kuma:Verify

Testing community

Description

--- description: "๐Ÿงช Kuma Verify โ€” Post-edit scoped test verification and validation" --- # /kuma:verify Run scoped tests and verify that changes did not introduce regressions. ```javascript kuma_safety({ action: "verify", scope: "[modified scope or file]" }) ``` **What it does:** - Automatically identifies appropriate test runner (Jest, Vitest, Pytest, Go test, Cargo) - Executes tests restricted to the modified blast radius - Records pass/fail metrics in session memory

Installation

Installs to ~/.claude/skills/plumpslabs-kuma-kuma-verify/SKILL.md

Terminal
mkdir -p ~/.claude/skills/plumpslabs-kuma-kuma-verify && curl -fsSL https://raw.githubusercontent.com/plumpslabs/kuma/HEAD/commands/kuma:verify.md -o ~/.claude/skills/plumpslabs-kuma-kuma-verify/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository