judge-functional-test

Execute happy path, edge case, and integration tests to verify app functionality.

1|Updated Jun 8, 2026
One-click install
npx skills add https://github.com/JuanMS20/bundles-skills --skill judge-functional-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: judge-functional-test
Source: https://github.com/JuanMS20/bundles-skills/tree/main/skills/general/judge-functional-test
Command: npx skills add https://github.com/JuanMS20/bundles-skills --skill judge-functional-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the issue of ensuring all app functionalities work correctly through evidence-based testing. It is useful after coding, for sanity checks, and when validating features.

Core Features & Use Cases

  • Happy Path Testing: Executes main functionalities to verify successful execution.
  • Edge Cases: Tests various input anomalies where the app typically fails.
  • Integration Testing: Verifies that data persists in databases and external APIs function correctly.
  • Automated Testing Verification: Checks the presence and functionality of automated tests.

Quick Start

Run the 'judge-functional-test' skill to verify the app's functionality for 'Feature X'.

Frequently Asked Questions about judge-functional-test

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

FAQPage Schema
How do I verify app functionality with evidence after coding?

To verify app functionality with evidence, you can execute happy paths, edge cases, and integration tests to check main features, input anomalies, and external API connections.

What is the best way to test edge cases and happy paths for feature validation?

The best way to test edge cases and happy paths is to execute scenarios that cover both main successful executions and input anomalies where the app typically fails.

How does integration testing work for database persistence and external APIs?

Integration testing for databases and external APIs works by verifying that data persists correctly in the database and that external API connections function as expected.

Can I check for the presence of automated tests during sanity checking?

Yes, you can check for the presence of automated tests during sanity checking to verify their existence and functionality for comprehensive test coverage.

Does functional testing require robust error handling and comprehensive test coverage?

Functional testing requires robust error handling and comprehensive test coverage to ensure app operation is verified with evidence and handles input anomalies effectively.