write-tests

Orchestrate retroactive test generation and verification for uncovered code.

23|2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/kirich1409/krozov-ai-tools --skill write-tests-kirich1409
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-tests
Source: https://github.com/kirich1409/krozov-ai-tools/tree/main/plugins/developer-workflow/skills/write-tests
Command: npx skills add https://github.com/kirich1409/krozov-ai-tools --skill write-tests-kirich1409

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates the creation of retroactive tests for existing code lacking coverage, enabling targeted regression tests and ensuring bug fixes are verifiable.

Core Features & Use Cases

  • Discovery of test infrastructure and project conventions
  • Planning test cases and delegating code generation to platform engineer agents (kotlin-engineer, compose-developer, swift-engineer, swiftui-developer)
  • Verification of generated tests without modifying production code, and reporting results
  • Regression-mode support when a regression-scenario is provided for focused testing

Quick Start

Provide the target code path or module and an optional regression-scenario; the skill will orchestrate discovery, planning, delegation to platform engineers, and verification of the resulting tests.

Frequently Asked Questions about write-tests

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

FAQPage Schema
How do I generate retroactive tests for existing code that lacks coverage?

Retroactive test generation automates discovering test infrastructure, planning test cases, delegating to engineer agents, and verifying execution for existing multi-language codebases without modifying production code.

Can I use this to add regression tests for a bug fix in a multi-language project?

Yes, regression testing is supported by providing a regression scenario, which focuses orchestration on generating targeted verification tests for bug fixes across multi-language projects.

Does the orchestration work with Kotlin and Swift codebases?

Yes, orchestration delegates test code generation to platform-specific engineer agents including kotlin-engineer and swift-engineer, ensuring tests match project conventions for those languages.

What's the best way to automate test generation without modifying production code?

Automated orchestration discovers existing test infrastructure, plans cases, delegates generation to engineer agents, and verifies tests while ensuring production code remains unmodified throughout the workflow.

How does retroactive test orchestration discover and apply project test conventions?

Orchestration begins with a discovery phase that identifies existing test infrastructure and project conventions, then uses those conventions to plan and delegate test case generation accurately.

What are the limitations of automated retroactive test generation?

This orchestration does not modify production code and relies on delegating to available engineer agents for generation, meaning it is limited to platforms supported by those agents.