From asana-workflow
Use when writing, reviewing, or improving tests in a backend / API / service project — triggers include "write tests", "add tests", "test this endpoint", "test this service", "improve test coverage", "/backend-testing", or any request to create or fix backend tests. Also triggered when TDD is active in a backend codebase to provide the testing context and patterns. Covers HTTP APIs, services, workers, and data layers across languages (Python, Node, JVM, Go, Ruby).
How this skill is triggered — by the user, by Claude, or both
Slash command
/asana-workflow:backend-testingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Inspect the stack** — follow `references/stack-detection.md`. Read the dependency manifest, the test runner config, and an existing test file. Don't assume the language, runner, container library, or file conventions. If something looks inconsistent, stop and advise before writing.
references/stack-detection.md. Read the dependency manifest, the test runner config, and an existing test file. Don't assume the language, runner, container library, or file conventions. If something looks inconsistent, stop and advise before writing.process.md: touches I/O or a boundary → integration (real container); pure logic, no I/O → unit; external dependency → spec-driven fake. Integration is the default and the biggest slice.../generic-testing/process.md — universal fundamentals (determinism, AAA, behavior over implementation). Apply on every test.../generic-testing/references/infrastructure.md — CI, flake detection, benchmarks, reporting.process.md — backend patterns: integration-first with testcontainers, the test-level decision tree, DB isolation, test-data factories, async/messaging, auth in tests, the container decision tree, and the expected deliverable.references/stack-detection.md — how to inspect the project's language, runner, and container library.references/contract-testing.md — spec-driven fakes for external services and the drift guard.references/infrastructure.md — backend CI: the heavy-local / light-CI split, test tagging, and the PR evidence contract.Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub siroc-labs/cortex --plugin asana-workflow