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.

Stars 163
Forks 31

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

  1. If $ARGUMENTS is empty, run all tests:

    dotnet test
    
  2. If a rule ID is given (e.g., {RuleId}), run only that rule's tests:

    dotnet test --filter "FullyQualifiedName~$ARGUMENTS"
    
  3. 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

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results