workflow-verify

Validate .claude workflow infrastructure changes across development and test environments.

5|1|Updated Dec 14, 2025
One-click install
npx skills add https://github.com/joshsmithxrm/power-platform-developer-suite --skill workflow-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-verify
Source: https://github.com/joshsmithxrm/power-platform-developer-suite/tree/main/.claude/skills/workflow-verify
Command: npx skills add https://github.com/joshsmithxrm/power-platform-developer-suite --skill workflow-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured framework for identifying, validating, and debugging changes to Claude workflow infrastructure, including hooks, pipelines, and state management, ensuring safe, repeatable tests across environments.

Core Features & Use Cases

  • Hook testing and validation: Verify PreToolUse, PostToolUse, SessionStart, and Stop hooks to ensure correct decision behavior and context propagation.
  • Pipeline and state verification: Validate pipeline stages, tests, and state injection to ensure deterministic outcomes during development and QA.
  • Settings and configuration checks: Validate .claude/settings.json and related configurations to prevent misconfiguration and regression.
  • Run scoped automated tests: Use the defined test scripts and plans to reproduce and diagnose failures in workflow infrastructure.

Quick Start

Run automated workflow tests against your .claude setup to verify hooks, pipelines, and state behavior.

Frequently Asked Questions about workflow-verify

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

FAQPage Schema
How do I validate Claude hooks and pipeline behavior?

Validate Claude hooks and pipelines by applying structured test scripts against your .claude workflow infrastructure. This verifies PreToolUse, PostToolUse, SessionStart, and Stop hooks to ensure correct decision behavior and context propagation across development and test environments.

What is Claude workflow infrastructure validation?

Claude workflow infrastructure validation is the structured process of identifying, validating, and debugging changes to hooks, pipelines, and state management. It ensures safe, repeatable tests by verifying settings configurations and preventing regression across environments.

Can I test .claude settings.json configurations for regressions?

Yes, you can test .claude/settings.json configurations for regressions. The framework validates settings and related configurations to prevent misconfiguration, ensuring changes to workflow infrastructure do not break existing pipeline behavior or introduce unexpected failures.

How do I run deterministic tests for Claude session management?

Run deterministic tests for Claude session management by applying scripted test plans and JSON-based input to validate pipeline stages and state injection. This ensures repeatable outcomes during development and QA by verifying context propagation across environments.

Does this workflow testing approach support JSON-based input?

Yes, this workflow testing approach supports JSON-based input for scripted validations. It applies deterministic tests to verify hook behavior, pipeline stages, and state management, ensuring accurate and repeatable validation across development and test environments.

When do I need to debug Claude workflow infrastructure changes?

Debug Claude workflow infrastructure changes when modifying hooks, pipelines, or state management. Use defined test scripts to reproduce and diagnose failures, validate settings configurations, and ensure safe, repeatable tests across development and test environments.