route research for testing
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**:
- 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."
}
}
Related Skills
Spec Kit
💫 Toolkit to help you get started with Spec-Driven Development
Testing Webapp Testing
Test local web applications using Playwright for UI verification and debugging
Testing #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/ever
Testing Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing sol
Testing Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test sui
Testing gstack
| 15,000+ | Garry Tan's exact Claude Code setup: 6 opinionated tools that serve as CEO, Eng Manager, Release M
Testing