Thank you for your interest in improving these skills. Contributions from the community make this toolkit better for everyone.
If you find a problem — a bad recommendation, a missing test type, an unclear instruction — open an issue with:
- Which skill is affected
- What happened — describe the problem clearly
- What you expected — what should have happened instead
- Context — your stack, testing framework, and any relevant details
- Open an issue titled
[New Pattern] Brief description - Explain what the pattern addresses
- Explain why it matters (what testing gap does it fill?)
- Note which reference file it belongs to
- Provide a pseudocode example if applicable
- Fork the repository
- Create a branch from
main - Make your changes
- Ensure your changes follow the conventions below
- Submit a PR with a clear description
- Skills and technical content are written in English
- SKILL.md files must follow the Agent Skills specification
- SKILL.md must stay under 500 lines
- Examples use pseudocode, not framework-specific syntax
- New patterns should be stack-agnostic
Be respectful, constructive, and assume good intent.