create-validation

Generate step-by-step validation checklists with commands, URLs, and expected outcomes.

1|Updated May 30, 2025
One-click install
npx skills add https://github.com/pkuppens/on_prem_rag --skill create-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-validation
Source: https://github.com/pkuppens/on_prem_rag/tree/main/.cursor/skills/create-validation
Command: npx skills add https://github.com/pkuppens/on_prem_rag --skill create-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of verifying feature implementations by generating detailed, step-by-step validation documents, ensuring thorough testing and clear acceptance criteria.

Core Features & Use Cases

  • Executable Validation Creation: Generates step-by-step checklists with exact commands, URLs, and expected outcomes.
  • Pre-PR Verification: Ensures features are fully validated before code submission.
  • Use Case: After planning a new API endpoint, use this Skill to create a validation document that includes curl commands to test the endpoint, verify response codes, and check the returned data, ensuring it meets all acceptance criteria.

Quick Start

Use the create-validation skill to generate a validation document for the new user authentication feature.

Frequently Asked Questions about create-validation

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

FAQPage Schema
How do I create an executable validation checklist for a new API endpoint?

To create an executable validation checklist, you define step-by-step verification procedures with precise commands, URLs, and expected outcomes to test feature implementations like API endpoints thoroughly.

What is pre-PR verification and how does a validation document help?

Pre-PR verification ensures features are fully validated before code submission. A validation document helps by providing exact commands and expected outcomes to confirm acceptance criteria are met.

How do I generate acceptance criteria with exact commands for software testing?

You generate acceptance criteria by creating a validation document that includes specific commands such as curl requests, verifies response codes, and checks returned data against expected outcomes.

Does generating a validation checklist require a specific format?

Yes, generating a validation checklist requires adherence to a defined validation format. This structured format ensures clarity, supports precise step-by-step procedures, and enables automation of the verification process.

Can I use validation checklists for verifying complex feature implementations step by step?

Yes, you can use validation checklists for verifying complex feature implementations. They detail step-by-step verification procedures with exact commands and URLs to ensure thorough testing and clear acceptance criteria.

What is the best way to automate software verification before submitting a pull request?

The best way to automate software verification before submitting a pull request is generating executable validation documents that define precise commands, URLs, and expected outcomes for automated testing.