tessl install tessl-labs/quickstart-debug-api-endpoints@1.0.5Quickstart example: Systematic API testing workflow (skill)
Systematic API testing and debugging workflow for the Tessl quickstart guide.
⚠️ Quickstart Example Only
This tile is a demonstration example for the Quick Start: Skills, Docs, and Rules guide. It is not intended for production use.
For production, create your own skill with your team's specific testing workflows. See Creating skills for guidance.
This tile provides a skill that guides your coding agent through a systematic workflow for testing and debugging Express.js API endpoints. The skill activates when you ask your agent to test or debug APIs.
Type: Skill
Name: tessl-labs/quickstart-debug-api-endpoints
Version: 1.0.0
Located in skills/debug-api-endpoints/SKILL.md, this skill provides a 4-step systematic testing workflow:
Verify Infrastructure
Verify Security
Verify Validation
Verify Functionality
tessl install tessl-labs/quickstart-debug-api-endpointstessl install file:./tiles/tessl-demo/quickstart-debug-api-endpointsSkills are lazy push - they load when relevant:
After installing this tile, ask your agent:
"Test the /api/posts endpoint"Your agent will:
Instead of random test patterns, you get:
✓ Infrastructure: Server running, health check OK
✓ Security: Auth token required, 401 without token
✓ Validation: Required fields checked, formats validated
✓ Functionality: Happy path works, errors handled correctlyUse this skill when you need to:
The skill teaches your agent to debug in this order:
This tile is referenced in: