Run a focused subset of tests related to recently changed files to validate behavior quickly.
From claude-dev-ecosystemnpx claudepluginhub oiranca/claude-dev-ecosystemThis skill is limited to using the following tools:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides slash command development for Claude Code: structure, YAML frontmatter, dynamic arguments, bash execution, user interactions, organization, and best practices.
Use this skill to execute a focused subset of tests related to files changed in the current cycle.
This skill helps validate changes quickly without running the entire test suite. Prefer this skill before running full project test suites.
docs/STACK_PROFILE.md..agent-cache/skill_budget_state.json (Broader validation limits apply).As context is isolated, the Team Lead must ensure access to these artifacts:
.agent-cache/AGENT_STATE.json (For fingerprint and cycle changes).docs/STACK_PROFILE.md (For test commands and framework detection).docs/INVENTORY.md (For structural mapping).Note: Do not read full source files unless necessary for discovery.
Supported test frameworks include: Jest, Vitest, Mocha, Pytest, Go test, and Cargo test. Always use the specific commands defined in docs/STACK_PROFILE.md.
Determine changed files using the fingerprint state and current cycle changes.
Attempt to find tests related to changed files using:
*.test.* or *.spec.* files.Classify each execution as:
The qa-engineer (or the agent assigned to the task) is the owner of this output.
docs/TEST_REPORT.md.docs/DECISIONS.md.SKIP and document discovery limitations.