testing_protocol

Installation
SKILL.md

Testing Protocol Skill System Prompts

When using the Testing Protocol skill, follow these patterns for effective test execution.

Modified-Code Protocol

Step 1: Identify Modified Files

The smart_test_runner automatically detects:

  • Staged files (git diff --cached --name-only)
  • Unstaged files (git diff --name-only)
  • Untracked files (git ls-files --others)

Step 2: Categorize Changes

Category Detection Action
docs_only .md, .txt, .rst, .adoc Skip tests
Related skills
Installs
4
GitHub Stars
9
First Seen
Jan 24, 2026