fhir-ci-quality

fhir-ci-quality is a skill for Codex from sigistry/marketplace. It costs 65 tokens per session (471 once invoked), scanned A, original, MIT.

A set of instructions for creating or reviewing CI checks and data-quality rules for FHIR projects. CI means automated checks that run as code changes, and FHIR is a standard for exchanging healthcare data.

In plain words
What is it for?
Use it to inspect project conventions, check validator readiness, derive candidate rules from examples, and generate a starting CI workflow.
Why use it?
It helps teams make validation repeatable while requiring review of rules that could otherwise be mistaken for clinical policy.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: $skill-name invocation.

Part of the records plugin — 3 skills, 5 commands, 1 agent shipped together

Good fit Use it to inspect project conventions, check validator readiness, derive candidate rules from examples, and generate a starting CI workflow.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sigistry/marketplace/fhir-ci-quality
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sigistry/marketplace --skill fhir-ci-quality
Clone the repo
git clone --depth 1 https://github.com/sigistry/marketplace

Made for: Codex.

Or install records, the plugin that ships this one along with the rest of its 3 skills, 5 commands, 1 agent.

Wrote 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.

agentmods badge for fhir-ci-quality

README.md
[![agentmods](https://agentmods.dev/badge/skills/sigistry/marketplace/fhir-ci-quality/github.svg)](https://agentmods.dev/skills/sigistry/marketplace/fhir-ci-quality)
Your own site
<a href="https://agentmods.dev/skills/sigistry/marketplace/fhir-ci-quality"><img src="https://agentmods.dev/badge/skills/sigistry/marketplace/fhir-ci-quality/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.

agentmods 80×15 button for fhir-ci-quality

Your own site · 80×15
<a href="https://agentmods.dev/skills/sigistry/marketplace/fhir-ci-quality"><img src="https://agentmods.dev/badge/skills/sigistry/marketplace/fhir-ci-quality.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 471 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.00471
Opus 5 $0.00032 $0.00235
Sonnet 5 $0.00013 $0.00094
Haiku 4.5 $0.00006 $0.00047

Measured 8d ago against content hash 15882fce078e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

fhir-ci-quality 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 8d 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.

plugins/records/skills/fhir-ci-quality/SKILL.md · 40 lines

What it actually says

FHIR CI and Quality

Create repeatable checks without turning observed sample data into unreviewed clinical policy.

Bundled paths

Resolve <skill-root> to the directory containing this SKILL.md and <plugin-root> two directories above it. Shared deterministic tools live under <plugin-root>/skills/fhir-validation/scripts. Never resolve them relative to the user's workspace.

Workflow

  1. Inspect the existing project scripts, package files, generated-artifact policy, and CI conventions.

  2. Diagnose runtime/package readiness with $fhir-project-doctor before generating a workflow when the runtime is unclear.

  3. Derive candidate rules and generate a starting workflow:

    node "<plugin-root>/skills/fhir-validation/scripts/derive-quality-rules.mjs" <resource-directory>
    node "<plugin-root>/skills/fhir-validation/scripts/generate-ci.mjs" --json --dir <resource-directory>
    
  4. Review every inferred rule. Treat identifiers, code systems, profiles, cardinalities, and status values as domain policy unless directly required by a loaded FHIR profile. Write only artifact.content from the CI generator to the proposed workflow path.

  5. Pin third-party CI dependencies, use least-privilege permissions, avoid printing full resources, and keep hosted/API validation behind explicit privacy approval.

  6. Validate the workflow syntax and run the local validation command before handing it back.

Modes

  • Use local Records CLI by default.
  • Add --sushi when the repository owns FSH and must rebuild generated resources.
  • Add --api only when the user approves hosted validation and CI secrets are already in scope.
  • Add --upload-artifact only for redacted or non-PHI reports.

Output

Report runtime assumptions, privacy boundary, reviewed versus rejected candidate rules, changed CI files, and the exact local verification performed. Preserve the tools' contract and never describe inferred rules as authoritative without review.

Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 8d ago First seen · 40 lines · 65 tokens per session scan A 15882fce078e

Subscribe to this mod's changes

fhir-ci-quality is a skill published in the GitHub repository sigistry/marketplace (3 stars, last pushed today), licensed MIT. It adds 65 tokens to every session and 471 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

improve-code-quality

Guided journey from a working-but-untested vibe-coded prototype to a production-ready product with tests, clean structure, a business-rules boundary, and resilience at scale. Orchestrates nine skills phase by phase - working-with-legacy-code, clean-code, refactoring-patterns, software-design-philosophy…

wondelai/skills · 227 tokens

working-with-legacy-code

Safely change and test untested codebases using Feathers' "Working Effectively with Legacy Code". Use when the user mentions "legacy code", "no tests", "untested codebase", "how do I test this", "seams", "characterization tests", "golden master", "sprout method", "afraid to change this code", "monster method"…

wondelai/skills · 188 tokens

cloudflare-workers-testing

Comprehensive testing guide for Cloudflare Workers using Vitest and @cloudflare/vitest-pool-workers. Use for test setup, binding mocks (D1/KV/R2/DO), integration tests, or encountering test failures, mock errors, coverage issues.

secondsky/claude-skills · 57 tokens

cicd-integration

Generate CI/CD pipeline configurations that automate design system quality checks — token validation, component linting, visual regression, accessibility scanning, and release gating. Produces ready-to-use pipeline files for GitHub Actions, GitLab CI, CircleCI, or Bitbucket Pipelines, configured to enforce the…

murphytrueman/design-system-ops · 177 tokens

dotnet-test

This skill should be used when running .NET tests selectively with a build-first, test-targeted workflow. Use it for running tests with xUnit focus.

NikiforovAll/claude-code-rules · 35 tokens

dotnet-verify

This skill should be used when working with Verify snapshot tests in .NET projects. Use when updating verified snapshots after intentional code changes, accepting new snapshots, discovering verify tests, or troubleshooting snapshot mismatches. Trigger phrases include "verify tests", "update snapshots", "accept…

NikiforovAll/claude-code-rules · 68 tokens