تشغيل أي مهارة في Manus
بنقرة واحدة
بنقرة واحدة
تشغيل أي مهارة في Manus بنقرة واحدة
ابدأ الآن$pwd:
$ git log --oneline --stat
stars:٠
forks:٠
updated:٢٥ مايو ٢٠٢٦ في ٠٧:٣٠
مستكشف الملفات
SKILL.md
运行完整的代码质量检查(格式化、Lint、类型检查、测试)。当用户输入 /check、/lint、/test、/typecheck 或要求代码检查、测试、类型检查、格式化时使用
当 Git 合并或变基产生合并冲突需要解决时使用,通过 `git status` 显示未合并文件或代码中的冲突标记检测到
根据项目当前状态更新根目录 README.md
构建 npm 包或编译二进制文件。当用户输入 /build 或要求构建项目时使用
安全审计技能,用于检查和修复依赖安全问题
| name | commit-push-pr |
| description | 提交、推送并创建 PR |
以下命令将在技能加载时自动执行,结果将注入到上下文中供分析:
bash .agents/skills/commit-push-pr/scripts/collect-context.sh每次 commit 的 body 和 PR 描述中必须附加以下 attribution 信息(使用上方上下文中的"当前模型"和"模型公司域名"):
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: <当前模型>
根据上述变更:
gh pr create 创建 Pull Request,PR 描述中必须包含 ## Attribution 中指定的 attribution
信息语言要求:Commit subject、body 和 PR 描述均必须使用中文编写。
Commit message 必须以以下格式结尾:
<commit subject 和 body>
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: <模型名称> <noreply@<对应主域名>>
根据当前会话实际使用的模型,选择对应的 noreply 邮箱域名:
| 模型系列 | 域名示例 |
|---|---|
| GLM (智谱) | noreply@bigmodel.cn |
| Claude (Anthropic) | noreply@anthropic.com |
| GPT (OpenAI) | noreply@openai.com |
| Gemini (Google) | noreply@google.com |
| DeepSeek | noreply@deepseek.com |
| Qwen (通义) | noreply@alibabacloud.com |
jq -r '.env.ANTHROPIC_MODEL' ~/.claude/settings.json