pair-capability-assess-testing

Assess project testing strategy and update tech-stack.md with ADL or ADR.

6|Updated Aug 3, 2025
One-click install
npx skills add https://github.com/foomakers/pair --skill pair-capability-assess-testing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pair-capability-assess-testing
Source: https://github.com/foomakers/pair/tree/main/.claude/skills/pair-capability-assess-testing
Command: npx skills add https://github.com/foomakers/pair --skill pair-capability-assess-testing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of evaluating and defining a project's testing strategy, ensuring alignment with best practices and project requirements.

Core Features & Use Cases

  • Automated Strategy Assessment: Evaluates testing frameworks, coverage targets, and TDD approaches based on project context and guidelines.
  • Adoption File Integration: Updates the tech-stack.md file with the chosen testing strategy.
  • Decision Recording: Creates decision records (ADL/ADR) for the adopted testing strategy.
  • Use Case: When bootstrapping a new project, this Skill can be used to automatically determine the most suitable testing framework (e.g., Vitest, Jest) and coverage goals, documenting the decision and updating the project's technical documentation.

Quick Start

Use the pair-capability-assess-testing skill to assess and define the testing strategy for the current project.

Frequently Asked Questions about pair-capability-assess-testing

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

FAQPage Schema
How do I define a testing strategy for a new software project?

This Skill assesses project context to automate testing strategy definition, including framework selection, coverage targets, and TDD approach, recording the decision as an ADL or ADR and updating tech-stack.md.

What is the best way to choose a testing framework and document the decision?

Evaluating against guidelines, existing adoption, or argument overrides selects a testing framework, automatically updating tech-stack.md and generating an ADR to document the decision.

Can I use an existing testing framework adoption instead of a full assessment?

Yes, the Skill follows a resolution cascade that prioritizes argument overrides and existing adoption before performing a full assessment against guidelines for an existing testing framework.

How does TDD approach assessment integrate with tech-stack documentation?

TDD approach assessment integrates with tech-stack documentation by automatically updating the testing section of the adoption/tech/tech-stack.md file with your chosen framework and coverage targets.