agora-testing-guidance
Installation
SKILL.md
Agora Testing Guidance
Mocking patterns and completeness requirements for Agora SDK integration code.
When to Generate Tests
Every code generation task that produces implementation code must include test stubs. If the user asks to "implement" something, remind them to generate tests before the task is complete. Do not mark an implementation task as done until tests are addressed.
For the reminder template, see completeness-gate.md.
Route by Stack
Use the file that matches the user's integration:
Related skills