ZOEHIS full-stack workflow orchestrator for CodeBuddy. Use for feature delivery spanning frontend + backend + DB + business in the fj-common multi-repo workspace. Automatically references dev/rules/ and dev/skills/ (Cursor loads via .cursor/ junction). Follows docs/workflow.md step-by-step. Default scope in CodeBuddy…
Instructions for working in a healthcare information-system codebase made of multiple separate repositories. An MCP server is a tool connection an agent can use for tasks such as log diagnosis.
A set of business rules for ZOEHIS, a hospital information system, covering outpatient and inpatient care, prescriptions, medicine, charges, prepayments, and refunds.
A review checklist for Java and Spring Boot changes in the ZOEHIS hospital system, including database queries, transactions, errors, and business data flows.
A set of database naming and design rules for ZOEHIS, a hospital information system. It defines patterns for tables covering patients, prescriptions, billing, insurance, and other hospital records.
A project rule for organizing short-lived work notes and reusable coding guidance. It says task-specific notes belong in a temporary memory folder, while the skills folder is reserved for guidance that can be reused across many tasks.
A ZOEHIS rule for creating and checking test data in a test database. It covers reading table structures, writing test records, and verifying them with queries while keeping production data read-only.
Diagnoses HIS production issues via zoe-his-mcp (direct) or zoe-his-linx-mcp (via linx relay). HTTP/RPC/SQL/param logs, business SELECT. Locates code by class/method/sqlId with local-first getcode. Use when user gives traceId, asks to 排查日志/报错/SQL/链路, or references 应用日志排查.
ZOEHIS business rules and table flows: pool tables (POOL → RECORD), master-detail patterns, prepay charge/refund/consume, outpatient/inpatient symmetry (OUTP/INP), drug dispense, prescription, billing flows, charge/deduction, refund/return. Use when designing DB changes, verifying business constraints, checking table…
Build a requirement-phase code map for ZOEHIS fj-common: search memory index/cases, user clues, path conventions, and targeted grep/read. Use at workflow Step 4 (需求分析) before spec. Prefer over blind full-repo search. Triggers: 代码地图, 需求分析, 代码定位, 线索汇总, Step 4.
A daily work-report generator for a specific Chinese healthcare software workspace. It reads that workspace's Git commits from the current day and groups them into a numbered report.
ZOEHIS Git delivery: commit, push, merge to release branches, cherry-pick, create tags. Use when committing code to master, pushing to remote, merging from master to release-1.166/1.168 branches, cherry-picking specific commits, tagging releases, or handling system parameter (jsonl) separate commits. Also manages the…