---
title: "route research for testing"
description: "Changed route files this session (auto-generated):"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/route-research-for-testing
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:46:14.646Z
license: CC-BY-4.0
attribution: "route research for testing — Claudary (https://claudary.paisolsolutions.com/skills/route-research-for-testing)"
---

# route research for testing
Changed route files this session (auto-generated):

## Overview

---
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:

```json
{
    "tool": "Task",
    "parameters": {
        "description": "route smoke tests",
        "prompt": "Run the auth-route-tester sub-agent on the JSON above."
    }
}
```

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/route-research-for-testing) · https://claudary.paisolsolutions.com
