Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get StartedGitHub repository
SonettoHere
SonettoHere contains 4 collected skills from Miso2233, with repository-level occupation coverage and site-owned skill detail pages.
skills collected
4
Stars
62
updated
2026-06-25
Forks
13
Occupation coverage
2 occupation categories · 100% classified
repository explorer
Skills in this repository
creator/repo/skill
skill
occupation
description
updated
code-quality
software-quality-assurance-analysts-and-testers
分析 Python 代码质量:复杂度(函数数/行数)、可维护性(注释率/命名规范)、重复代码检测。适用于用户想评估代码质量、重构前分析、Code Review 时。
2026-06-25
debug
software-developers
在隔离沙箱中执行 Python 代码,支持变量监视、异常捕获和堆栈跟踪。适用于用户想调试代码片段、验证逻辑、排查运行时错误时。
2026-06-25
syntax-check
software-quality-assurance-analysts-and-testers
检查代码语法错误,支持 Python(ast.parse)、JavaScript(node --check)、TypeScript(tsc)。适用于用户想检查代码语法、排查编译错误、验证代码片段正确性时。
2026-06-25
unit-test
software-quality-assurance-analysts-and-testers
执行 Python 单元测试文件(unittest 框架),返回通过/失败/错误统计和详细报告。适用于用户想运行测试、验证代码正确性、排查测试失败原因时。
2026-06-25