skill-dev

Coordinate multi-layer quality workflows for Claude skills with static checks and integration planning.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/Digication/claude-blueprint --skill skill-dev-digication
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-dev
Source: https://github.com/Digication/claude-blueprint/tree/main/.claude/skills/skill-dev
Command: npx skills add https://github.com/Digication/claude-blueprint --skill skill-dev-digication

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill delivers a comprehensive quality-assurance workflow for Claude skills, enabling structured reviews, multi-layer testing, and integration planning to catch regressions and improve reliability.

Core Features & Use Cases

  • End-to-end quality pipeline: static review, deterministic Layer 1/2 checks, Layer 3 judge rubrics, and real-world integration planning.
  • Fixture-driven validation: supports eval.yaml fixtures to ensure regressions are caught and tracked over time.
  • Exploratory discovery: enables Layer 4 exploratory testing to surface unknown issues and guide fixture augmentation.
  • Safety & tooling governance: PreToolUse hooks and safety patterns to prevent dangerous operations during tests.

Quick Start

Begin by running a dry-run review on a target skill to learn the workflow, then expand to Layer 2-4 testing and integration planning.

Frequently Asked Questions about skill-dev

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

FAQPage Schema
How do I set up automated testing and QA evaluation for Claude skills?

Automated QA for Claude skills uses a multi-layer pipeline: static review, deterministic Layer 2 tests, and LLM-based Layer 3 judgments. This workflow generates structured feedback reports, test fixtures, and compliance artifacts to catch regressions and track reliability.

What is LLM judge evaluation and how does it work for skill testing?

LLM judge evaluation is a Layer 3 testing method where an LLM applies judge rubrics to assess skill outputs. It complements deterministic Layer 2 checks by evaluating subjective quality dimensions, producing actionable feedback for iteration.

How do I create eval fixtures to catch regressions in LLM skills?

Eval fixtures use eval.yaml files to define deterministic test cases for Layer 2 validation. They capture expected inputs and outputs, enabling regression tracking over time and ensuring skill updates do not introduce failures.

Can I run a dry-run static review before executing full skill tests?

Yes, a dry-run static review serves as the quick start entry point. It performs static checks on a target skill to learn the workflow before expanding into full Layer 2-4 testing and real-world integration planning.

How do I prevent dangerous operations during skill testing with safety hooks?

PreToolUse hooks and safety patterns enforce tooling governance to prevent dangerous operations during tests. They operate within the project's safety constraints, ensuring test execution remains bounded and compliant.

What is exploratory testing and when do I need it for skill evaluation?

Exploratory testing is a Layer 4 method to surface unknown issues not covered by existing fixtures. It guides fixture augmentation by discovering edge cases, making it essential when deterministic and LLM-judge layers pass but real-world issues persist.