create-test-cases

Design agent-compatible test case specifications for PICASso feature areas.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/VBaranouski/PIC_Automation --skill create-test-cases
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-test-cases
Source: https://github.com/VBaranouski/PIC_Automation/tree/main/.agents/skills/create-test-cases
Command: npx skills add https://github.com/VBaranouski/PIC_Automation --skill create-test-cases

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design agent-compatible test cases for PICASso feature areas to guarantee zero-regression coverage before automation.

Core Features & Use Cases

  • Produces structured test case specifications (the "what to test") that feed into the create-auto-tests workflow.
  • Performs coverage-gap analysis across feature areas and mints new scenario IDs when coverage is missing.
  • Enforces RBAC prerequisites and environment-agnostic criteria, delivering tracker-ready docs with subsections and serial-dependency notes.

Quick Start

Provide a feature area or scenario to design test cases, and the skill will output a complete, tracker-ready test-case specification ready for automation.

Frequently Asked Questions about create-test-cases

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

FAQPage Schema
How do I design zero-regression test cases for feature areas before automation?

To design zero-regression test cases, the skill analyzes feature areas, loads knowledge sources, and performs coverage gap analysis to mint new scenario IDs with full step-by-step specifications. It outputs tracker-ready documents with serial-dependency notes.

What is coverage gap analysis and when do I need it for test design?

Coverage gap analysis identifies missing test scenarios across feature areas to guarantee zero-regression coverage. You need it before automation to discover untested paths and mint new scenario IDs with complete step-by-step specifications for the tracker.

How do I generate tracker-ready test case specifications with RBAC prerequisites?

You generate tracker-ready test case specifications by providing a feature area. The skill enforces role-based access control prerequisites and environment-agnostic criteria, outputting structured documents with detailed subsections and serial-dependency notes.

Does the generated test case specification support environment-agnostic checks?

Yes, the generated test case specifications enforce environment-agnostic criteria. This ensures the designed scenarios remain valid across different deployment environments while maintaining strict role-based access control prerequisites.

What is the best way to structure test cases for automation workflows?

The best way to structure test cases for automation is producing agent-compatible specifications with serial-dependency notes. This skill formats tracker-ready documents with subsections and mints scenario IDs to seamlessly feed into the create-auto-tests workflow.

Why does my test coverage miss role-based access control edge cases?

Test coverage misses RBAC edge cases when specifications lack enforced role-based access prerequisites. This skill analyzes feature areas and explicitly integrates RBAC prerequisites and environment-agnostic criteria to prevent coverage gaps.