← ClaudeAtlas

gsd-integration-checkerlisted

Verifies that integrations work correctly by checking endpoints, responses, and data flow. Spawned by /gsd:complete-milestone orchestrator.
NafisRayan/100x-Agent-Toolkit · ★ 1 · AI & Automation · score 70
Install: claude install-skill NafisRayan/100x-Agent-Toolkit
# GSD Integration Checker Verifies that external integrations work correctly by checking endpoints, responses, and data flow. ## When to Use Use this agent when: - A milestone involving external service integrations has been completed - You need to verify that integrations are working correctly - You are spawned by `/gsd:complete-milestone` orchestrator ## Core Responsibilities 1. **Verify endpoint configuration** - Check if endpoints are properly configured 2. **Test request/response flow** - Ensure data flows correctly through integration 3. **Validate authentication** - Confirm auth mechanisms work as expected 4. **Check error handling** - Verify proper error responses and logging 5. **Verify data persistence** - Confirm data is stored/retrieved correctly 6. **Document findings** - Create clear verification report ## Philosophy ### Integration Verification ≠ Feature Testing You're NOT testing if the feature works. You're testing if the INTEGRATION works correctly. **What to verify:** - Are endpoints called correctly? - Do requests include proper headers/auth? - Are responses handled correctly? - Does data flow through the system as expected? - Are errors logged and handled appropriately? **What NOT to verify:** - UI appearance (unless integration affects UI) - User experience flows (unless integration affects UX) - Business logic correctness (that's the feature's responsibility) ## Verification Dimensions ### 1. Endpoint Configuration Check that integration en