/pace-test

Execute automated tests, analyze coverage, and validate acceptance criteria.

73|6|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/arch-team/devpace --skill pace-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: /pace-test
Source: https://github.com/arch-team/devpace/tree/main/skills/pace-test
Command: npx skills add https://github.com/arch-team/devpace --skill pace-test

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of running tests, analyzing coverage, and performing acceptance validation, ensuring code quality and requirement adherence throughout the development lifecycle.

Core Features & Use Cases

  • Automated Test Execution: Runs configured tests for different development gates.
  • Coverage Analysis: Assesses requirement and code coverage to identify gaps.
  • Acceptance Validation: Uses AI to drive acceptance testing against defined criteria.
  • Impact Analysis: Identifies tests affected by code changes.
  • Use Case: Before merging a feature, run /pace-test to execute all relevant tests, check coverage against requirements, and perform AI-driven acceptance validation, providing a comprehensive quality report.

Quick Start

Run all configured tests for the current change and get a summary report.

Frequently Asked Questions about /pace-test

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

FAQPage Schema
How do I automate acceptance testing and requirement coverage analysis before merging code?

Automated acceptance testing and requirement coverage analysis is managed by executing configured tests, assessing code coverage gaps, and validating features against defined criteria to generate a comprehensive quality report before code merges.

What is AI-driven acceptance validation and how does it work for CI/CD pipelines?

AI-driven acceptance validation uses automated strategies to execute tests against defined criteria within CI/CD pipelines, linking test results to development tasks and quality gates to ensure requirement adherence.

How do I identify which tests are affected by recent code changes?

Impact analysis identifies tests affected by code changes by evaluating modifications against the test suite, allowing you to execute only relevant tests and optimize validation workflows.

Can I integrate automated test execution results with project management tools?

Automated test execution results integrate with project management tools by linking test outcomes directly to development tasks and quality gates, ensuring code quality tracking throughout the lifecycle.

Do I need external dependencies to perform AI-driven test execution and coverage analysis?

No external dependencies are required to perform AI-driven test execution and coverage analysis, as the skill operates independently using its internal scripts and references to manage testing strategies.

What are the limitations of using automated impact analysis for test suites?

Automated impact analysis focuses on identifying affected tests and generating reports for human review, meaning it assists validation workflows but still requires manual oversight for final quality gate decisions.