skills/create-tests/SKILL.md
Tier-aware test generator
npx skillsauth add alchemishty/agent-harness create-testsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate tests for changed files, classified by tier, using project-specific patterns.
harness.yaml for: stack.test_framework, commands.test, commands.test_unit, commands.test_integration.docs/testing.md for project-specific test patterns, helpers, and conventions.git diff --name-only HEAD (or git diff --name-only for unstaged changes).docs/testing.md if available.docs/testing.md.docs/testing.md (use existing helpers if documented).harness.yaml --> commands.test.docs/testing.md.commands.test_unit or commands.test_integration are defined in harness.yaml, use the appropriate scoped command when running only the tier you just wrote.documentation
Post-implementation retrospective that captures learnings to memory and proposes doc improvements
testing
Validate and fix project structure against architecture rules
tools
Migrate project scaffolding to match the latest harness version. Adds new directories (memory/, scratch/), new harness.yaml fields, and suggests AGENTS.md updates. For plugin users this handles what a plugin update cannot — project-level structure changes. For git-clone users this also updates copied skill files.
data-ai
Install the agent harness into a target project. Detects project type (greenfield vs existing), copies skills, and delegates to the appropriate bootstrap command.