All skills
Skillintermediate
route research for testing
Changed route files this session (auto-generated):
Claude Code Knowledge Pack7/10/2026
Overview
Context
Changed route files this session (auto-generated):
!cat "$CLAUDE_PROJECT_DIR/.claude/tsc-cache"/\*/edited-files.log \ | awk -F: '{print $2}' \ | grep '/routes/' \ | sort -u
User-specified additional routes: $ARGUMENTS
Your task
Follow the numbered steps exactly:
- Combine the auto list with
$ARGUMENTS, dedupe, and resolve any prefixes defined insrc/app.ts. - For each final route, output a JSON record with the path, method, expected request/response shapes, and valid + invalid payload examples.
- Now call the
Tasktool using:
{
"tool": "Task",
"parameters": {
"description": "route smoke tests",
"prompt": "Run the auth-route-tester sub-agent on the JSON above."
}
}