Skill
Beruf
Beschreibung
Aktualisiert
code-quality
Softwarequalitätssicherungsanalysten und -tester
分析 Python 代码质量:复杂度(函数数/行数)、可维护性(注释率/命名规范)、重复代码检测。适用于用户想评估代码质量、重构前分析、Code Review 时。
2026-06-25
debug
Softwareentwickler
在隔离沙箱中执行 Python 代码,支持变量监视、异常捕获和堆栈跟踪。适用于用户想调试代码片段、验证逻辑、排查运行时错误时。
2026-06-25
syntax-check
Softwarequalitätssicherungsanalysten und -tester
检查代码语法错误,支持 Python(ast.parse)、JavaScript(node --check)、TypeScript(tsc)。适用于用户想检查代码语法、排查编译错误、验证代码片段正确性时。
2026-06-25
unit-test
Softwarequalitätssicherungsanalysten und -tester
执行 Python 单元测试文件(unittest 框架),返回通过/失败/错误统计和详细报告。适用于用户想运行测试、验证代码正确性、排查测试失败原因时。
2026-06-25