Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1.39 KB

File metadata and controls

42 lines (29 loc) · 1.39 KB

Contributing to Testing Toolkit

Thank you for your interest in improving these skills. Contributions from the community make this toolkit better for everyone.

How to Contribute

Reporting Issues

If you find a problem — a bad recommendation, a missing test type, an unclear instruction — open an issue with:

  1. Which skill is affected
  2. What happened — describe the problem clearly
  3. What you expected — what should have happened instead
  4. Context — your stack, testing framework, and any relevant details

Proposing New Testing Patterns

  1. Open an issue titled [New Pattern] Brief description
  2. Explain what the pattern addresses
  3. Explain why it matters (what testing gap does it fill?)
  4. Note which reference file it belongs to
  5. Provide a pseudocode example if applicable

Submitting Pull Requests

  1. Fork the repository
  2. Create a branch from main
  3. Make your changes
  4. Ensure your changes follow the conventions below
  5. Submit a PR with a clear description

Conventions

  • 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

Code of Conduct

Be respectful, constructive, and assume good intent.