testing-code
No SKILL.md available for this skill.
View on GitHubMore from mrwogu/promptscript
code-reviewing
Reviews code for bugs, security issues, and quality improvements. Use when reviewing pull requests, checking code quality, or when asked to review changes.
1documenting
Creates clear, maintainable documentation for code and APIs. Use when writing README files, API docs, code comments, or when asked to document code.
1debugging
Systematically debugs issues using scientific method. Use when investigating bugs, fixing errors, or when something isn't working as expected.
1security-auditing
Audits code for security vulnerabilities and OWASP issues. Use when reviewing security, checking for vulnerabilities, or when asked to audit code security.
1performance-optimizing
Identifies and fixes performance bottlenecks. Use when optimizing code performance, fixing slow operations, or when asked to improve speed.
1