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:

  1. Combine the auto list with $ARGUMENTS, dedupe, and resolve any prefixes defined in src/app.ts.
  2. For each final route, output a JSON record with the path, method, expected request/response shapes, and valid + invalid payload examples.
  3. Now call the Task tool using:
{
    "tool": "Task",
    "parameters": {
        "description": "route smoke tests",
        "prompt": "Run the auth-route-tester sub-agent on the JSON above."
    }
}