resolve-failed-test

Installation
SKILL.md

Resolve Failed Test

Analyze a failed test, fix the underlying issue, and verify the fix.

Variables

  • test_result: $ARGUMENTS - JSON object from /test command with failed test details

Input Format

Expects a JSON object from the /test command:

{
  "test_name": "unit_tests",
  "passed": false,
  "execution_command": "pytest tests/test_auth.py -v",
  "test_purpose": "Validates authentication functionality",
  "error": "AssertionError: Expected status 200, got 401"
Related skills
Installs
1
GitHub Stars
63
First Seen
Apr 18, 2026