manual-testing-guide

Generate a manual testing guide mapping code changes to UI, APIs, and CLI commands.

12|2|Updated Feb 23, 2025
One-click install
npx skills add https://github.com/YousefHadder/dotfiles --skill manual-testing-guide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manual-testing-guide
Source: https://github.com/YousefHadder/dotfiles/tree/main/claude/.claude/skills/manual-testing-guide
Command: npx skills add https://github.com/YousefHadder/dotfiles --skill manual-testing-guide

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of manually testing completed work, ensuring thorough validation before deployment and providing structured feedback.

Core Features & Use Cases

  • Automated Guide Generation: Creates a detailed testing checklist based on code changes.
  • Structured Feedback Collection: Provides clear sections for testers to record results and notes.
  • Use Case: After a developer finishes a new feature, they can use this Skill to generate a TESTING.md file. A QA engineer then uses this guide to perform manual tests, documenting pass/fail status and any bugs found in the provided notes section.

Quick Start

Use the manual-testing-guide skill to generate a testing guide for the current code changes.

Frequently Asked Questions about manual-testing-guide

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

FAQPage Schema
How do I generate a manual testing checklist for code changes before deployment?

This Skill streamlines manual testing by generating a TESTING.md file that maps code changes to testable surfaces including user interfaces, APIs, and CLI commands. It structures test cases by priority and category to ensure all critical paths and edge cases are covered before deployment.

What is the best way to structure user acceptance testing for new software features?

The best way to structure user acceptance testing is by categorizing test cases by priority and testable surface area. This Skill generates a guide covering critical paths, edge cases, and error handling, while providing structured sections for QA engineers to record pass/fail status and feedback notes.

Can I use this manual testing guide for validating API and CLI command changes?

Yes, you can use this manual testing guide for validating API and CLI command changes. The Skill explicitly maps code modifications to various testable surfaces including APIs, CLI commands, and user interfaces, ensuring comprehensive validation coverage across all modified components before deployment.

How does a QA engineer document test results and bugs using a generated testing guide?

A QA engineer documents test results and bugs using the structured feedback sections provided in the generated TESTING.md file. The guide supplies clear areas for testers to record pass/fail status and detailed notes, streamlining the collection of validation feedback and bug reports for the development team.

When do I need to generate a manual testing guide instead of relying on automated tests?

You need to generate a manual testing guide when thorough user acceptance testing is required before deployment. This Skill facilitates manual validation by mapping code changes to testable surfaces and structuring test cases by priority, ensuring critical paths, edge cases, and error handling are explicitly covered.