From dev-squad
Use when running backend tests - executes gradle test with optional test class filter
npx claudepluginhub leoheo/dev-squad --plugin dev-squadThis skill uses the workspace's default tool permissions.
테스트를 실행해줘.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Provides patterns for autonomous Claude Code loops: sequential pipelines, agentic REPLs, PR cycles, de-sloppify cleanups, and RFC-driven multi-agent DAGs. For continuous dev workflows without intervention.
Applies NestJS patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production TypeScript backends with project structure and bootstrap examples.
테스트를 실행해줘.
.claude/project-config.json을 읽어서 대상 디렉토리와 type을 확인해줘.
파일이 없으면 /start-work를 먼저 실행하라고 안내해줘.
| type | 기본 명령어 | 필터 명령어 |
|---|---|---|
spring-boot (gradle) | ./gradlew test | ./gradlew test --tests "{filter}" |
spring-boot (maven) | ./mvnw test | ./mvnw test -Dtest="{filter}" |
nuxt / nextjs / vite / node | npm run test:unit | npm run test:unit -- {filter} |
go | go test ./... | go test ./... -run "{filter}" |
rust | cargo test | cargo test {filter} |
| 기타 | AskUserQuestion으로 테스트 명령어 확인 | - |
$ARGUMENTS)가 있으면 해당 디렉토리의 type에 맞는 필터 명령어 사용인자: $ARGUMENTS