recipe-add-integration-tests

Orchestrate integration and E2E test creation and execution from Design Docs.

29|4|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/shinpr/codex-workflows --skill recipe-add-integration-tests-shinpr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: recipe-add-integration-tests
Source: https://github.com/shinpr/codex-workflows/tree/main/.agents/skills/recipe-add-integration-tests
Command: npx skills add https://github.com/shinpr/codex-workflows --skill recipe-add-integration-tests-shinpr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automate the process of adding integration/E2E tests to an existing codebase guided by Design Docs, improving test coverage and overall software quality.

Core Features & Use Cases

  • Orchestrates end-to-end test workflows from Design Docs to skeleton generation, task creation, test execution, and review.
  • Enables collaboration between developers, testers, and reviewers by providing a clear, auditable test-creation flow.
  • Adapts to various project structures by guiding skeletons, tasks, and validation steps in a repeatable pattern.

Quick Start

Observe the design docs and project structure, then execute the integration-test skill to scaffold and implement tests for your feature.

Frequently Asked Questions about recipe-add-integration-tests

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

FAQPage Schema
How do I automate integration tests from design docs?

Automating integration tests from design docs involves orchestrating skeleton generation, task creation, test execution, and review workflows to scaffold and implement E2E tests for your software project.

Can I generate E2E test skeletons based on existing project structures?

Generating E2E test skeletons adapts to various project structures by guiding skeleton creation, tasks, and validation steps in a repeatable pattern derived from your design documents.

What is the best way to manage test creation workflows for developers and reviewers?

Managing test creation workflows is achieved by providing a clear, auditable flow that orchestrates end-to-end processes from design docs to execution, enabling collaboration between developers, testers, and reviewers.

How to scaffold end-to-end tests for an existing codebase?

Scaffolding end-to-end tests for an existing codebase requires observing design docs and project structure, then executing an automated workflow to generate test skeletons and implement feature tests.

Does automated test generation work without specific testing framework dependencies?

Automated test generation operates without specific testing framework dependencies, orchestrating test creation and execution by adapting directly to your existing project structure and design documents.