tdd:write-tests

Generate tests for uncommitted and latest-commit code changes.

Updated Mar 4, 2026
One-click install
npx skills add https://github.com/dalawwa/labor-methods --skill tdd-write-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd:write-tests
Source: https://github.com/dalawwa/labor-methods/tree/main/.cek/plugins/tdd/skills/write-tests
Command: npx skills add https://github.com/dalawwa/labor-methods --skill tdd-write-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Systematically reduce the risk of local changes by orchestrating automated test creation that covers uncommitted changes (including untracked files) or the latest commit, without modifying existing tests.

Core Features & Use Cases

  • Orchestrates automated test generation for local changes using specialized review and development agents.
  • Analyzes git status to identify changed files (including untracked) and determines the appropriate testing strategy.
  • Reads project testing conventions and preserves existing tests while adding new coverage.
  • Handles complex multi-file changes by coordinating agent-based analysis and test creation.

Quick Start

Provide the list of changed files or describe the focus area, and run the tdd:write-tests skill to generate the necessary tests.

Frequently Asked Questions about tdd:write-tests

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

FAQPage Schema
How do I automate test generation for local git changes?

You can automate test generation for local git changes by analyzing git status to identify changed files, selecting a testing strategy based on complexity, and using agent-based workflows to create new tests without modifying existing ones.

Can I write tests for untracked files without altering existing tests?

Yes, you can write tests for untracked files without altering existing tests. The workflow reads project testing conventions and preserves existing test files while adding new coverage for uncommitted changes and untracked files.

How does agent-based test automation handle complex multi-file changes?

Agent-based test automation handles complex multi-file changes by coordinating specialized review and development agents to analyze the modifications and orchestrate the appropriate test creation strategy across the affected files.

Does this test automation workflow support uncommitted changes?

Yes, this test automation workflow supports uncommitted changes. It identifies changed files through git status, including untracked files, and orchestrates test creation specifically for your local modifications.

What is the best way to generate tests for a latest commit?

The best way to generate tests for a latest commit is to run an automated workflow that reads project testing conventions, identifies the changed files, and uses agent-based analysis to create new tests.