在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:215
forks:15
updated:2026年1月12日 09:29
SKILL.md
分析项目上下文、Nuxt 3 结构和依赖项,用于规划和调试。
遵循项目标准生成和修改 Vue 3、TypeScript 和 SCSS 代码。
运行和分析项目质量检查(Linting, 类型检查, 测试)。
编写、运行和优化项目测试用例(Vitest)。
专注于查阅、维护和生成项目文档 (位于 docs/ 目录下)。
| name | conventional-committer |
| description | 暂存更改并生成符合 Conventional Commits 规范的提交消息。 |
| version | 1.0.0 |
| author | GitHub Copilot |
| tools | ["terminal"] |
type(scope): description 格式的提交消息 (例如: feat(auth): add login page)。git commit。@quality-guardian 已经通过了 pnpm typecheck 和 pnpm lint。如果尚未执行,应提示 Agent 或用户先完成质量核查。git status 查看哪些内容需要暂存。type (feat, fix, docs, style, refactor, test, perf, build, ci, chore, revert), scope (可选, 例如: 组件名, 模块) 和 description。git commit -m "..."。commitlint.config.ts。输入: "提交新的用户资料功能。"
动作: git add ., 分析变更, 生成消息 feat(user): 实现带有头像上传功能的用户个人资料页面, git commit。