一键导入
testing-debugging
Ensuring software correctness and reliability by writing automated tests, using quality assurance tools, and systematically debugging issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Ensuring software correctness and reliability by writing automated tests, using quality assurance tools, and systematically debugging issues.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Leveraging AI coding assistants and tools to boost development productivity, while maintaining oversight to ensure quality results.
Writing clean, understandable, and self-documenting code that is easy to review and maintain over time.
The practice of restructuring and simplifying code continuously – reducing complexity, improving design, and keeping codebases clean.
Competence in data analytics and machine learning, enabling developers to build data-driven features and integrate AI/ML capabilities.
Skill in automating software deployment pipelines and managing cloud infrastructure for scalable, reliable systems.
Communicating the intended behavior and context of code through clear documentation and comments, and sharing knowledge with the team.
| name | testing-debugging |
| description | Ensuring software correctness and reliability by writing automated tests, using quality assurance tools, and systematically debugging issues. |
| version | 1.0 |
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.