fabric-test

Executes configured test suites and generates an evidence report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/adaw/skills --skill fabric-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabric-test
Source: https://github.com/adaw/skills/tree/main/fabric-test
Command: npx skills add https://github.com/adaw/skills --skill fabric-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the execution of configured test suites for your current work-in-progress, ensuring code quality and providing measurable evidence of test results before proceeding.

Core Features & Use Cases

  • Automated Test Execution: Runs unit, integration, and optionally end-to-end tests defined in config.md.
  • Evidence Reporting: Generates a detailed report of test outcomes, coverage, and potential issues.
  • Fast Failure Detection: Identifies regressions and critical failures early in the development cycle.
  • Use Case: After implementing a new feature, run this Skill to automatically execute all relevant tests, verify code coverage meets the project's standards, and generate a report for code review.

Quick Start

Execute the configured test suites for the current work item and generate a test evidence report.

Frequently Asked Questions about fabric-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate test execution for a work-in-progress task?

To automate test execution, you can run this Skill to execute configured test suites for your current task and generate an evidence report. It fails fast on missing configurations to ensure measurable test results.

What is the best way to generate an evidence report for code quality?

Generating an evidence report for code quality involves running configured unit and integration tests. This Skill automates test execution and produces a detailed report of outcomes, coverage, and potential issues.

How does fast failure detection work for test configurations?

Fast failure detection works by failing immediately when required test configurations are missing. This Skill checks for COMMANDS.test and optional COMMANDS.test_e2e before proceeding to ensure measurable results.

Can I run end-to-end tests alongside unit tests during CI/CD?

Yes, you can run end-to-end tests alongside unit tests. This Skill utilizes optional COMMANDS.test_e2e configurations in addition to standard test commands to execute your full test suite.

Why does automated test execution fail fast on missing configurations?

Automated test execution fails fast on missing configurations to prevent false positives and ensure measurable test results. This approach identifies regressions and critical failures early in the development cycle.

Do I need to define test commands in config.md before running tests?

Yes, you need to define test commands in config.md before running tests. This Skill reads these configurations to execute the appropriate test suites and generate the final evidence report.