# comprehensive-testing > Guidelines for thorough testing - Author: ser6pro - Repository: ac5tin/custom-agents - Version: 20260123170317 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/ac5tin/custom-agents - Web: https://mule.run/skillshub/@@ac5tin/custom-agents~comprehensive-testing:20260123170317 --- --- name: comprehensive-testing description: Guidelines for thorough testing --- ## Guidelines - Write unit tests with high coverage, including edge cases. - Use clear, descriptive test names. - When requested, add integration/load tests. - Run tests via bash and report results/failures. Apply for all testing tasks.