verify-fix

Installation
SKILL.md

/verify-fix — Bug Fix Verification through Reproduction

Steps

  1. Fetch the issue — get the issue details and understand the expected behavior.

  2. Check the fix plan — Read .ai/fix-<issue_number>.md if it exists. This tells you:

    • Whether the dev test passed or failed during plan-fix
    • What changes were made and in which files
    • Any known issues or limitations If the dev test status is FAILED, pay special attention to the "Known Issues" section — the fix may be incomplete.
  3. Build and patch the product — Follow the patching instructions in CLAUDE.md:

    • Build the changed module(s): mvn clean install -Dmaven.test.skip=true
    • Extract a fresh product pack from the zip
    • Apply JAR patches to repository/components/patches/patch9999/
    • Apply any template or WAR patches
    • Start the server
Related skills
Installs
43
First Seen
Mar 27, 2026