Agent skill
test
Build and run analyzer tests, optionally filtered to a specific SPIRE rule. Use when asked to test, verify, or check analyzer behavior.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/test-houtamelo-spire-csharp-analyze
SKILL.md
Build & Run Tests
Arguments: $ARGUMENTS
-
If
$ARGUMENTSis empty, run all tests:dotnet test -
If a rule ID is given (e.g.,
{RuleId}), run only that rule's tests:dotnet test --filter "FullyQualifiedName~$ARGUMENTS" -
Report results concisely — pass/fail counts and any failure details.
Constraints
- Do NOT modify test code to make tests pass
- Do NOT skip, ignore, or suppress failing tests
- Do NOT modify analyzer code — report failures as-is
- If the build fails, report the build error and stop — do not attempt fixes
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?