What problem does it solve?
This Skill automates the verification of web application endpoints to detect runtime errors early, reducing manual debugging and ensuring reliable deployments by integrating with GitHub for issue management.
Core Features & Use Cases
- Endpoint Testing: Executes happy-path smoke tests using a configured command to check HTTP status and server logs for failures.
- Automated Issue Creation: Scans results, deduplicates against existing issues, and creates GitHub tickets for new failures with detailed templates.
- Reporting and Fixing: Generates markdown reports of test outcomes and supports re-testing to cross-reference and close resolved issues.
- Use Case: In a development team building a React application, invoke this Skill daily to test all pages, catch JavaScript-induced errors like database exceptions, and automatically populate the project board with actionable bugs.
Quick Start
Invoke the smoke-test skill with run to execute tests on your endpoints and create GitHub issues for any detected failures.