validate

Run pytest tests and generate a manual checklist from recent Git changes.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/jasonlemming/Hearing-Database --skill validate-jasonlemming
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/jasonlemming/Hearing-Database/tree/main/.claude/skills/validate
Command: npx skills add https://github.com/jasonlemming/Hearing-Database --skill validate-jasonlemming

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the post-development validation process by running automated tests and generating a comprehensive manual checklist, ensuring thorough quality assurance before deployment.

Core Features & Use Cases

  • Automated Testing: Executes pytest to verify code functionality.
  • Scope Determination: Analyzes recent Git changes to tailor the validation checklist.
  • Manual Checklist Generation: Creates detailed, actionable checklists for manual verification across different deployment environments.
  • Use Case: After completing a new feature, run this Skill to automatically test the code, identify affected areas, and generate a step-by-step guide for manual testing on the staging environment.

Quick Start

Run the validate skill to check the recent changes and generate a validation checklist.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I generate a manual testing checklist from recent Git changes?

You can generate a manual testing checklist from recent Git changes by running an automated validation process that analyzes modification scope and creates actionable checklists tailored for different deployment environments.

What is automated validation for post-development quality assurance?

Automated validation for post-development quality assurance is the process of executing pytest tests and generating manual checklists based on Git changes to ensure thorough quality verification before deployment.

Can I use pytest to verify code functionality before generating a deployment checklist?

Yes, you can use pytest to verify code functionality before generating a deployment checklist, as the validation process executes pytest tests and then creates manual checklists based on the scope of recent Git changes.

How do I tailor a validation checklist for different deployment environments?

You can tailor a validation checklist for different deployment environments by analyzing recent Git changes to assess the scope of modifications, which allows the checklist generation to adapt to the specific staging or production requirements.

What's the best way to automate QA validation after completing a new feature?

The best way to automate QA validation after completing a new feature is to run a process that executes pytest tests, identifies affected areas through Git change analysis, and generates a step-by-step manual testing guide for staging environments.

Do I need Git changes to generate a manual validation checklist?

Yes, Git changes are needed to generate a manual validation checklist because the process assesses the scope of recent modifications to tailor the manual checklist accurately for thorough quality assurance across deployment environments.