在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用GitHub 仓库
alpamayo_webrtc
alpamayo_webrtc 收录了来自 iwatake2222 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
已收集 skills
6
Stars
5
更新
2026-01-30
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览
这个仓库中的 skills
创作者/仓库/skill
skill
职业分类
描述
更新
pre-commit
软件开发工程师
Check branch status before commit. Ensures work is not done on stale/merged branches.
2026-01-30
branch
软件开发工程师
Create a new feature branch following naming conventions. Uses Git MCP for branch operations.
2026-01-25
lint
软件质量保证分析师与测试员
Run static analysis tools (pylint, flake8 for Python, ESLint for JavaScript) to check Google Style compliance.
2026-01-25
pr
软件开发工程师
Create a pull request with change validation. Checks line count limit (max 300 lines) and ensures proper commit prefix. Uses GitHub MCP for PR operations.
2026-01-25
review
软件质量保证分析师与测试员
Review current code changes for Google Style compliance, security issues, and test coverage. Uses Git MCP for diff analysis.
2026-01-25
test
软件质量保证分析师与测试员
Run all project tests including Python pytest and JavaScript tests. Reports test results and failures.
2026-01-25