backend-integration-tests-workflow

Automate backend integration and end-to-end test workflows from skeleton generation to quality gate validation.

1|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/ssaattww/ExcelReport --skill backend-integration-tests-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: backend-integration-tests-workflow
Source: https://github.com/ssaattww/ExcelReport/tree/main/.claude/skills/backend-integration-tests-workflow
Command: npx skills add https://github.com/ssaattww/ExcelReport --skill backend-integration-tests-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of adding integration and end-to-end tests to existing backend code without relying on subagent delegation, ensuring code quality and adherence to design specifications.

Core Features & Use Cases

  • Direct Test Execution: Mirrors the /add-integration-tests command flow within Claude.
  • Comprehensive Testing: Includes test skeleton generation, implementation, quality review, and final gate validation.
  • Use Case: A developer needs to add robust integration tests to a new backend microservice. This Skill guides them through creating test skeletons, implementing the tests based on acceptance criteria, and ensuring all quality gates (tests, coverage, static checks) are met before commit.

Quick Start

Initiate the backend integration tests workflow for the specified design document.

Frequently Asked Questions about backend-integration-tests-workflow

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

FAQPage Schema
How do I automate backend integration tests within my development workflow?

You can automate backend integration tests by managing the full lifecycle from test skeleton generation to final quality gate validation. This workflow ensures new backend tests adhere to design documents and quality standards without requiring subagent delegation.

What is the best way to add end-to-end tests to an existing backend microservice?

The best way to add end-to-end tests to a backend microservice is to use a comprehensive workflow that generates test skeletons, implements them based on acceptance criteria, and validates static checks before commit.

How does the integration testing process handle test failures and code coverage checks?

The integration testing process handles failures and coverage checks through bounded revision loops and non-regressive coverage validation. This mechanism iteratively refines the test implementation until all quality gates are successfully met.

Can I generate test skeletons automatically based on my software design documents?

Yes, you can generate test skeletons automatically based on software design documents. The workflow initiates processing for a specified design document to create the initial test structure for your backend code.

Does this backend testing workflow support quality gate validation for static code analysis?

Yes, the backend testing workflow supports quality gate validation for static code analysis. It ensures all tests, coverage metrics, and static checks are successfully met before allowing a commit.

When should I use an automated workflow for backend integration testing instead of manual test creation?

You should use an automated workflow for backend integration testing when you need to streamline the addition of robust tests to existing backend code while strictly ensuring adherence to design specifications and quality standards.