.github/skills/context-analyzer/SKILL.md
分析项目上下文、Nuxt 3 结构和依赖项,用于规划和调试。
npx skillsauth add caomeiyouren/caomei-auth context-analyzerInstall 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.
server/api, components, pages)。server/entities)。package.json 以验证已安装的包和版本。node_modules 和 .output。server/ 识别为后端逻辑,包含 API (server/api), 实体 (server/entities), 工具库 (server/utils) 和数据库配置 (server/database)。pages/components/composables/layouts 识别为前端。package.json 以了解可用的库 (如 dayjs, lodash-es, fs-extra)。输入: "分析当前的用户认证流程。"
动作: 读取 server/api/auth/*, lib/auth.ts, middleware/auth.global.ts 和 pages/login.vue 来映射流程。
tools
暂存更改并生成符合 Conventional Commits 规范的提交消息。
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? | | ------------------------------------------------------ | --------------------------