_skills/testing-debugging/SKILL.md
Ensuring software correctness and reliability by writing automated tests, using quality assurance tools, and systematically debugging issues.
npx skillsauth add baz-scm/awesome-reviewers testing-debuggingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Writing robust software requires verifying that it works as intended. Developers are expected to build automated tests for their code and use debugging skills to quickly isolate issues. Thorough testing (unit tests, integration tests, etc.) gives confidence that changes won’t break existing functionality. It’s far cheaper to catch bugs early with tests or static analysis than in production.
development
Working effectively with others in coding projects – including code reviews, clear communication, and contributing to shared or open-source codebases.
development
Incorporating security at every step of software development – writing code that defends against vulnerabilities and protects user data.
development
Ability to develop both front-end and back-end systems, integrating user interfaces with server logic and databases.
development
Communicating the intended behavior and context of code through clear documentation and comments, and sharing knowledge with the team.