Testing banner
Blb3D Blb3D

Testing

Testing community

Description

# /test - Run Tests & Coverage Analysis ## When to Use Run this skill after making changes to backend code, or to check test coverage on specific modules. ## What It Does 1. Runs the test suite against changed or specified modules 2. Reports coverage for the files that matter 3. Flags untested code paths in critical business logic ## Execution Steps ### Step 1: Identify What Changed ```bash cd c:\repos\filaops\backend git diff --name-only HEAD -- app/ ``` If no changes, ask the user which mo

Installation

Installs to ~/.claude/skills/blb3d-filaops-testing/SKILL.md

Terminal
mkdir -p ~/.claude/skills/blb3d-filaops-testing && curl -fsSL https://raw.githubusercontent.com/Blb3D/filaops/HEAD/.claude/skills/testing.md -o ~/.claude/skills/blb3d-filaops-testing/SKILL.md

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

Full documentation available on GitHub

View Source Repository