auditing-tdd

Audit completed TDD artifacts for integration readiness and spec conformance.

Updated Aug 18, 2025
One-click install
npx skills add https://github.com/masa-codehub/gemini_agent --skill auditing-tdd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auditing-tdd
Source: https://github.com/masa-codehub/gemini_agent/tree/main/.gemini/skills/auditing-tdd
Command: npx skills add https://github.com/masa-codehub/gemini_agent --skill auditing-tdd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill acts as an Implementation Gatekeeper, auditing completed modules to ensure they align with specs, meet integration requirements, and ready the code for final PRs.

Core Features & Use Cases

  • Integration coverage verification: validates that merged changes meet expected test coverage and integration correctness.
  • Spec alignment auditing: compares implementation against detailed specs to confirm compliance.
  • Finalization readiness: prepares implementation reports and coordinates final PR submission.

Quick Start

Review the auditing-tdd process and instruct the AI to perform an end-to-end audit of the current integration branch.

Frequently Asked Questions about auditing-tdd

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

FAQPage Schema
How do I audit TDD artifacts to verify integration readiness for a final pull request?

Spec alignment auditing compares completed implementation artifacts against detailed specs to confirm compliance. It validates modules, inter-module interfaces, and test coverage to ensure the codebase meets integration requirements before finalization.

What do I need to perform an end-to-end integration audit on my current branch?

Performing an end-to-end integration audit requires access to the source code, test results, and an integration audit template. These inputs allow you to validate integration status, spec alignment, and generate a formal readiness report.

Does this TDD audit process verify overall test coverage and inter-module interface correctness?

The TDD audit process applies to completed modules, inter-module interfaces, and overall test coverage. It validates that your test artifacts meet integration requirements and conform to specs, ensuring broad coverage across the implementation.

What's the best way to finalize integration and prepare implementation reports for a pull request?

The best way to finalize integration is to conduct a formal audit verifying spec alignment, test coverage, and inter-module interfaces. This generates an implementation report that confirms readiness and coordinates the final PR submission.

Can I use this audit to check if merged changes meet expected integration correctness?

Yes, integration coverage verification specifically validates that merged changes meet expected test coverage and integration correctness. It audits completed TDD artifacts to confirm that all merged modules align with the required spec.