Skip to content

45ck/verification-test-design-skills

Repository files navigation

verification-test-design-skills

verification-test-design-skills logo

verification-test-design-skills banner

MIT License 16 skills verification and test design

A platform-neutral verification and test design skill pack for systematic test case design, coverage planning, decision tables, state transitions, and test oracle development.

Included skills

  • basis-path-tester
  • boundary-value-generator
  • branch-coverage-designer
  • cfg-builder
  • coverage-goal-planner
  • decision-table-builder
  • equivalence-partitioning-generator
  • fault-based-test-ideator
  • input-domain-partitioner
  • mc-dc-test-designer
  • negative-test-designer
  • pairwise-test-generator
  • path-coverage-designer
  • state-transition-test-designer
  • statement-coverage-designer
  • test-oracle-writer

Features

  • Preserves the original skills/, templates/, and examples/ source material
  • Mirrors packaged skills into both .claude/skills/ and .agents/skills/
  • Packages the source skills into a reusable public repo format

Install

Option A: Install globally

git clone https://github.com/45ck/verification-test-design-skills.git
cd verification-test-design-skills
bash install.sh

This installs every packaged skill into both:

  • ~/.claude/skills/
  • ~/.agents/skills/

Option B: Copy into a project

cp -R .claude /path/to/your-project/
cp -R .agents /path/to/your-project/

Uninstall

bash uninstall.sh

Usage

/equivalence-partitioning-generator pricing inputs
/boundary-value-generator account limits
/decision-table-builder eligibility rules
/state-transition-test-designer ticket lifecycle
/pairwise-test-generator configuration matrix
/test-oracle-writer expected behavior for approval rules

Repo structure

skills/                              original source skills
templates/                           reusable templates
examples/                            sample flow material
.claude/skills/<skill>/SKILL.md      packaged skill format
.agents/skills/<skill>/SKILL.md      mirrored packaged skill format
install.sh                           global installer
uninstall.sh                         global uninstaller
LICENSE                              MIT

Related workflow agents

Related skill packs

Related doctrine and utility repos

  • frontier-agent-playbook - Shared doctrine for frontier-capability prior, agentic thinking, anti-fallback checks, and LLM-first architecture
  • repo-branding-skill - Repository branding, banner generation, and README/social preview asset creation

License

MIT

About

Verification and test design skill pack for coverage, decision tables, oracles, boundary analysis, and test-case design.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages