ci-test-failures
Installation
SKILL.md
CI Test Failure Diagnosis and Issue Filing
Recipe: Create an Issue for a Test Failure
When the user asks to create an issue for a failing test, follow these steps. Always redirect full output to a log file (not tail) so you can inspect it if the command fails.
Step 1: List failed tests (if user didn't specify one)
Omit --test to discover all failures. Redirect output to a log file:
dotnet run --project tools/CreateFailingTestIssue -- \
--url "<the-url-the-user-gave>" \
--output /tmp/cfti-result.json \
> /tmp/cfti-list.log 2>&1