Borrowing it
Nothing to install: this file belongs to zyx379/zoehis_workflow. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/zyx379/zoehis_workflow/master/.codebuddy/skills/zoehis-ai-dev/SKILL.mdgit clone --depth 1 https://github.com/zyx379/zoehis_workflowWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/zyx379/zoehis_workflow/zoehis-ai-dev)<a href="https://agentmods.dev/skills/zyx379/zoehis_workflow/zoehis-ai-dev"><img src="https://agentmods.dev/badge/skills/zyx379/zoehis_workflow/zoehis-ai-dev/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/zyx379/zoehis_workflow/zoehis-ai-dev"><img src="https://agentmods.dev/badge/skills/zyx379/zoehis_workflow/zoehis-ai-dev.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00147 | $0.02430 |
| Opus 5 | $0.00073 | $0.01215 |
| Sonnet 5 | $0.00029 | $0.00486 |
| Haiku 4.5 | $0.00015 | $0.00243 |
Grade A, and why
zoehis-ai-dev scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 169 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ZOEHIS AI 开发编排器(CodeBuddy 版)
福建通用 HIS 聚合工作区。命名、风格、业务、表结构、Git 由 dev/rules/zoehis-*.mdc 约束。
本 Skill 是编排器,收到需求后:
- 按
docs/workflow.md逐步执行 - Step 2 代码定位后,按需 Read 领域 Skill(不提前全部加载)
- 默认只做 Step 0-4(外部分析),输出 Cursor 交接块
- 用户明确要求「在 CodeBuddy 改代码/提交」时,可执行完整 Step 0-13
工作区子仓库
定位方法:所有子仓库均位于工作区根目录
{workspaceRoot}/下(如d:\zoe_work_space\fj-common\onelink-web-pres-fj-common)。 禁止用 Glob**/{repo-name}/**搜索子仓库(会返回空)。应直接LS {workspaceRoot}/{repo-name}/或Read {workspaceRoot}/{repo-name}/...访问。
| 仓库 | 域 | 实际路径 |
|---|---|---|
| onelink-web-outp-fj-common | 门诊前端 | {workspaceRoot}/onelink-web-outp-fj-common/ |
| onelink-web-pres-fj-common | 医嘱前端 | {workspaceRoot}/onelink-web-pres-fj-common/ |
| onelink-web-his-charge-fj-common | 收费前端 | {workspaceRoot}/onelink-web-his-charge-fj-common/ |
| onelink-web-his-drug-fj-common | 药库前端 | {workspaceRoot}/onelink-web-his-drug-fj-common/ |
| onelink-web-his-fj-component | 公共组件 | {workspaceRoot}/onelink-web-his-fj-component/ |
| onelink-web-cis-common | CIS 公共组件(npm 包;Git 仅 push master) | {workspaceRoot}/onelink-web-cis-common/ |
| onelink-micro-pres-fj-common | 医嘱后端 | {workspaceRoot}/onelink-micro-pres-fj-common/ |
| onelink-micro-charge-fj-common | 收费服务 | {workspaceRoot}/onelink-micro-charge-fj-common/ |
| onelink-micro-optimus-fj-common | 基础服务 | {workspaceRoot}/onelink-micro-optimus-fj-common/ |
| onelink-micro-insurance-fj-ybcommon | 医保服务 | {workspaceRoot}/onelink-micro-insurance-fj-ybcommon/ |
CodeBuddy 默认模式:外部分析(Step 0-4)
参考
docs/prompt_external.md
禁止:改代码、git pull/commit/push、spec 最终确认。
进度清单
外部分析进度:
- [ ] 0. 任务分流(功能 / Bug;生产排查请改 his-log-diagnosis,不走本模板)
- [ ] 1. 需求理解(业务域、参数体系、数据流、待确认点)
- [ ] 2. 代码定位(子仓库 + 候选文件清单)
- [ ] 4. 需求分析(代码地图 + 记忆库命中 + 待确认)
- [ ] 交接. 输出 Cursor 交接块
Step 4 代码地图
Read @.cursor/skills/zoehis-code-map/SKILL.md
必须输出:
- 代码地图表(仓库、路径、角色、置信度)
- 调用关系(页面 → API → 后端 → 表)
- 记忆库命中(index/cases 链接与一句可复用结论)
- 待确认问题(业务不清、低置信度路径)
- 写入
docs/memory/short-term/{禅道号}-{功能描述}+{关键索引}.md(含末栏「人工审核意见(选填)」;命名见 zoehis-code-map) - 表/SQL 字段存疑时标「待 Cursor Step 4 MCP get_table_schema」(外部分析不调 MCP)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 169 lines · 147 tokens per session scan A 80180a0d6ec8
zoehis-ai-dev is a skill published in the GitHub repository zyx379/zoehis_workflow (2 stars, last pushed 1mo ago), licensed MIT. It adds 147 tokens to every session and 2,430 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…