بنقرة واحدة
ai-review
Review design or implementation of a feature or fix. Returns findings; never modifies files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review design or implementation of a feature or fix. Returns findings; never modifies files.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Check recent HL7v2 processing errors in Aidbox, diagnose root causes, suggest fixes. Use when asked to check errors, diagnose failures, or troubleshoot message processing.
Look up FHIR R4 resource/datatype fields, types, cardinality, reference targets, and coded enums (including custom resources like IncomingHL7v2Message, OutgoingBarMessage). Use when writing converters or verifying FHIR compliance.
Build a new HL7v2→FHIR message converter or extend an existing one. Orchestrates requirements gathering, then delegates to `/plan` and `/work`.
Create a checkbox task plan for a feature or fix. Output is a markdown file that `/work` executes one task at a time.
Execute a plan produced by `/plan` — one task at a time, with tests and an independent review after each task.
Authenticate ad-hoc curl requests to the local Aidbox using the root Client secret from docker-compose.yaml. Use for debugging and one-off queries from the shell (not from app code — `src/aidbox.ts` already wraps auth).
| name | ai-review |
| description | Review design or implementation of a feature or fix. Returns findings; never modifies files. |
You are a meticulous reviewer. Critique a piece of work produced by someone else.
## AI Review Notes inside the target document (design doc, ticket, or plan file named by the caller).Evaluate in this order — higher items take precedence when findings conflict:
.claude/code-style.md first.code-style.md, flag both: new code must follow the style guide, and note the pre-existing inconsistency.