Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

ehrbase-rs

ehrbase-rs には rubentalstra から収集した 10 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
10
Stars
3
更新
2026-07-26
Forks
0
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

phase-done
ソフトウェア開発者

Closes a tracker issue: verifies the work is genuinely done (exit criteria, gates, docs, changelog), writes the close narrative into the PR description, ensures the PR declares `Closes #N`, posts the handoff comment, and deletes the implemented plan file. Use when the user says a work item is complete or asks to close it out.

2026-07-26
run-conformance
ソフトウェア品質保証アナリスト・テスター

Runs the CNF 2.0 conformance pipeline (scripts/conformance.sh) — the reference runner over the committed machine-readable catalogue and the acceptance instrument — against the Docker-composed server (or any BYO SUT). Use when the user asks to check conformance, run the conformance/CNF suite, verify spec compliance, or at phase close for the zero-drift gate.

2026-07-24
spec-audit
ソフトウェア品質保証アナリスト・テスター

Audits an implemented subsystem, endpoint group, or diff against the vendored openEHR spec text and the CNF Platform Conformance Test Schedule (docs/specs/openehr/), producing a findings list of divergences with spec citations. Use when the user asks "are we following the spec", "audit X against the spec/CNF", before closing a spec-facing phase, or after a conformance failure.

2026-07-24
next-task
その他コンピュータ職

Reads the tracker (GitHub Issues), picks the pinned/top open issue (or the issue the user names), and restates it as a concrete in-session work plan naming the files and crates involved. Use when the user asks "what's next" or "what should I work on".

2026-07-24
phase-status
その他コンピュータ職

Prints the tracker's open issues (pinned first), any linked plan file's unchecked tasks, and a short git status. Use when the user asks "where are we", "what's in flight", or at the start of a work session to orient.

2026-07-24
crate-scaffold
ソフトウェア開発者

Creates a new workspace crate directory (crates/, app/, or tools/) with a Cargo.toml wired to the workspace (inherited package fields, [lints] workspace = true, path deps per the docs/architecture.md dependency arrows), a doc-comment-only lib.rs/main.rs, and the crate's nested CLAUDE.md. Use when a plan calls for standing up a crate that does not exist yet.

2026-07-22
regen-codegen
ソフトウェア開発者

Regenerates the openEHR spec + ITS layer from the vendored specs (emit / emit-xml / emit-rest) and checks for drift. Use after changing the openehr-codegen emitter or bumping a vendored spec, or when asked to regenerate the generated crates or run the codegen drift check.

2026-07-22
ui-gates
ソフトウェア品質保証アナリスト・テスター

Runs the full admin-UI quality-gate battery for app/ehrbase-admin-ui: clippy on native AND wasm32 targets, nextest, leptosfmt + cargo fmt, and a cargo-leptos build. Use before committing any admin-UI change, when the user asks to "check the UI", or as the done-gate a ui-implementer task must pass.

2026-07-22
spec-lookup
ソフトウェア開発者

Finds and reads the authoritative openEHR spec text for a topic (an RM class, attribute, invariant, REST endpoint, AQL construct, data type, status-code rule, or CNF test case) in the vendored specs at docs/specs/openehr/. Use before implementing or reviewing any spec-facing behaviour, when a spec question comes up, or when the user asks "what does the spec say about X".

2026-07-17
leptos-lookup
ソフトウェア開発者

Finds and reads the authoritative Leptos guidance for a topic (signals, effects, <For>, resources, Suspense/Transition, server functions, extractors, SSR modes, hydration bugs, router, ActionForm, islands, binary size) in the official Leptos book, cached locally. Use before implementing or reviewing any admin-UI (app/ehrbase-admin-ui) behaviour the rule file doesn't fully settle, or when a "how does Leptos do X" question comes up.

2026-07-13