route research for testing banner
diet103 diet103

route research for testing

Testing community intermediate

Description

route research for testing skill

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for diet103/claude-code-infrastructure-showcase, shared by 2 entries in this directory. It describes the repository, not this entry specifically.


description: Map edited routes & launch tests argument-hint: "[/extra/path …]" allowed-tools: Bash(cat:*), Bash(awk:*), Bash(grep:*), Bash(sort:*), Bash(xargs:*), Bash(sed:*) model: sonnet

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."
    }
}