test-status

Installation
SKILL.md

Test Status: Persistent State Management

Governs the docs/testing/TEST_STATUS.json file, which tracks a project's testing posture across sessions. This path is a convention default; projects without a docs/ directory get it created on first analysis.

JSON Schema

{
  "project": "project-name",
  "stack_profile": "python-fastapi",
  "last_analysis": {
    "date": "2026-03-16T14:30:00Z",
    "source_files_analyzed": 42,
    "gaps_found": 7,
    "gaps_filled": 5,
    "gaps_deferred": 2
  },
  "categories": {
    "unit": {
Related skills
Installs
1
GitHub Stars
5
First Seen
Mar 18, 2026