fill-testcases

Populate QC skeleton JSON test cases and validate DR/CI/Route coverage.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/rachel353/fullty-plan --skill fill-testcases
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fill-testcases
Source: https://github.com/rachel353/fullty-plan/tree/main/.claude/skills/fill-testcases
Command: npx skills add https://github.com/rachel353/fullty-plan --skill fill-testcases

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates populating test cases into a QC skeleton JSON and verifies coverage completeness, removing manual, repetitive TC creation and ensuring alignment with domain rules and data flows.

Core Features & Use Cases

  • Auto-fill accepted criteria with a minimal TC set per AC (positive, negative, and edge/UX as needed)
  • Enrich test cases with domain rules (DR-xxx) and ensure full coverage tracing to DR/CI/Route
  • Validate and report gaps, enabling quick fixes before CI

Quick Start

Run the fill-testcases workflow against your existing skeleton JSON to auto-fill all AC test cases and verify DR/CI/Route coverage.

Frequently Asked Questions about fill-testcases

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

FAQPage Schema
How do I auto-fill test cases into a QC skeleton JSON?

The fill workflow automates populating test cases into a QC skeleton JSON by enforcing TC ID formats, adding DR-xxx tags, and validating minimum TC sets per acceptance criteria.

How to validate test case coverage completeness for acceptance criteria?

Validating test case coverage completeness involves tracing TC patterns against domain rules and data flows to verify DR, CI, and Route coverage, reporting any gaps before CI integration.

What is the minimum test case set needed per acceptance criteria?

The minimum test case set per acceptance criteria includes positive, negative, and edge or UX cases as needed, ensuring comprehensive coverage and alignment with domain rules.

Do I need a specific input format to populate test cases and domain rules?

Yes, you need an existing skeleton JSON generated from a create-testcase process, which is then enriched with TC patterns and DR-xxx domain rule tags to output updated testCases and coverage data.

What to do when test case ID formats are invalid in QC automation?

When test case ID formats are invalid in QC automation, the fill workflow enforces strict TC ID formatting rules during the auto-fill process to ensure consistency and traceability.