post-validation

Run dev-environment tests and generate QA, frontend, and best-practices documents.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/wolfbela/claude-skill --skill post-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-validation
Source: https://github.com/wolfbela/claude-skill/tree/main/weshake/skills/post-validation
Command: npx skills add https://github.com/wolfbela/claude-skill --skill post-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

When a PR or multiple PRs are opened, this skill orchestrates post-validation activities: running dev-environment tests, generating necessary documents, and aligning best-practices.

Core Features & Use Cases

  • Automates dev-environment testing by locating tests/ and updating the base URL for validation.
  • Orchestrates three parallel agents to produce QA reports, frontend documentation, and a living set of best-practices artifacts.
  • Keeps two copies of best-practices updates synchronized across references and executing-plans repositories.

Quick Start

Initiate the post-validation workflow for a PR, run the dev tests by copying the test file and updating the base URL, then generate collaboration documents and best-practice updates.

Frequently Asked Questions about post-validation

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

FAQPage Schema
How do I automate PR validation and generate follow-up documentation?

Automating PR validation involves orchestrating dev-environment tests and spawning parallel agents to generate QA reports, frontend documentation, and updated best-practices artifacts. This skill coordinates these workflows by locating tests, adjusting API base URLs, and running concurrent validation roles for multiple PRs.

What is the best way to run dev-environment tests for multiple PRs concurrently?

Running dev-environment tests for multiple PRs concurrently is handled by copying test files from the tests/ directory and updating API base URLs for validation. The workflow spawns parallel agents to execute distinct validation roles and cross-team documentation tasks simultaneously across PRs.

How does post-validation keep best-practices synchronized across repositories?

Post-validation keeps best-practices synchronized by ensuring two copies of the best-practices updates are aligned across references and executing-plans repositories. This prevents documentation drift when accumulating cross-team best-practices after PR validation.

Can I use parallel agents for QA, frontend, and best-practices updates?

Yes, you can use parallel agents for QA, frontend, and best-practices updates. The workflow orchestrates three concurrent agents to produce QA reports, generate frontend documentation, and maintain a living set of best-practices artifacts during post-PR validation.

Does post-validation work without external dependencies for QA reporting?

Post-validation works without external dependencies, relying solely on internal assets to execute workflows. It locates test files in tests/, adjusts API base URLs, and generates QA reports and best-practices documents directly within the dev-environment.

Why do I need to adjust API base URLs when running dev-environment tests?

Adjusting API base URLs is necessary to ensure dev-environment tests target the correct validation endpoints. The workflow locates test files in tests/ and modifies base URLs to execute accurate validation before generating QA reports and frontend documentation.