test-scope
OfficialRun targeted tests for changed scopes, save CI time.
Software Engineering#test automation#monorepo#git diff#ci optimization#test reporting#dependency order#scoped testing
Authorbbvch-ai
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill eliminates the wasted time of running full, irrelevant test suites after making code changes, so you only execute tests for the scopes actually impacted by your work.
Core Features & Use Cases
- Auto-Detection of Affected Scopes: Automatically identifies which code scopes have changed from your git diff, no manual scope listing required.
- Dependency-Aware Test Ordering: Runs tests in the correct dependency order (e.g., core before agent, agent before process) to avoid false failures from untested upstream code.
- Clear Pass/Fail Reporting: Generates a simple summary table showing which scopes passed, failed, or were skipped, so you can quickly identify issues.
- Use Case: If you modified code in the packages/api scope, the Skill automatically runs tests for the foundational packages/core scope first, then packages/api, and skips unrelated scopes like packages/web entirely.
Quick Start
Ask the AI to run tests for all scopes affected by your current uncommitted git changes.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: test-scope Download link: https://github.com/bbvch-ai/aihub-core/archive/main.zip#test-scope Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 536,000+ vetted skills library on demand.