.github/skills/conventional-committer/SKILL.md
暂存更改并生成符合 Conventional Commits 规范的提交消息。
npx skillsauth add caomeiyouren/caomei-auth conventional-committerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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。
tools
分析项目上下文、Nuxt 3 结构和依赖项,用于规划和调试。
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------