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

formtastic

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

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

このリポジトリの skills

propose-edit
ソフトウェア開発者

Produce a clean output/proposed-questionnaire.json or output/suggestions.json with stable linkIds, exact baseVersion, and the current typed proposal vocabulary. Use whenever you're about to suggest a structural change to the form.

2026-05-08
respond-and-organize
ソフトウェア開発者

Write product-facing replies and organize run outputs in the canonical Formtastic artifact layout. Always applies to every turn because reply.md is the visible chat response and all structured output depends on the run directory contract.

2026-05-08
research-output
ソフトウェア開発者

Create organized, copyright-safe research artifacts under output/research/. Always applies to evidence, guideline, citation, article, source-review, or literature turns.

2026-05-07
cochrane-search
ソフトウェア開発者

Search Cochrane Reviews for systematic-review evidence and effect sizes. Use when the user wants the strongest evidence-base summary for a treatment, screening, or diagnostic question. Produces structured effect-size estimates with confidence intervals.

2026-05-07
guideline-search
ソフトウェア開発者

Find clinical practice guidelines from authoritative bodies (NICE, USPSTF, ACP, AHRQ, GIN). Use when the user asks "what does the guideline say" or wants to anchor a question or threshold to a recommended practice. Produces guideline-typed citations with the canonical URL of the recommendation.

2026-05-07
pubmed-search
ソフトウェア開発者

Search PubMed via NCBI E-utilities to ground questionnaire items in primary literature. Use when the user asks for evidence, citations, or "what does the research say about X." Produces an organized research bundle with PubMed metadata, abstracts when available, and source-grounded notes.

2026-05-07
validate-form
ソフトウェア品質保証アナリスト・テスター

Run schema + HL7 FHIR Validator + clinical-sanity validation on Questionnaire.json through Formtastic's host-managed validation endpoint. Use before publish, before a big propose-edit, or when the user asks "is this form valid?"

2026-05-07
compact-history
ソフトウェア開発者

Rewrite summary.md so future turns don't need to re-read all of conversation.jsonl. Use periodically (every ~20 turns) or when the user explicitly asks "summarize what we've done so far."

2026-05-04
critique-form
ソフトウェア品質保証アナリスト・テスター

Red-team review of a draft Questionnaire before publish. Checks for redundancy, reading-level issues, burden, missing red-flag screens, license problems, and bias. Use when the user says "review this form" or as a self-check before proposing a major change.

2026-05-04
draft-from-findings
ソフトウェア開発者

Convert a populated findings.json (from research skills like pubmed-search / guideline-search) into FHIR R4 Questionnaire item[]. Handles item.type selection, answerOption construction, and item.code population. Use whenever the user says "now add a question about X" after a research turn.

2026-05-04
enable-when-patterns
ソフトウェア開発者

Common conditional-display patterns for Questionnaire items via core enableWhen. Covers red-flag triage, skip-if-not- applicable, and branch-on-severity. Use when the user wants conditional logic ("only ask this if they answered yes to X").

2026-05-04
fhir-instrument-search
ソフトウェア開発者

Find existing validated FHIR Questionnaire instruments before writing custom items. Searches Simplifier, the FHIR package registry, AHRQ's instrument repository, and PROMIS. Use whenever the user asks for a "depression screen", "pain scale", "ADL assessment", etc. — almost always there's a published instrument.

2026-05-04
grade-evidence
ソフトウェア開発者

Apply the GRADE framework (Grading of Recommendations, Assessment, Development, and Evaluations) to label evidence quality and recommendation strength. Use when the user wants to weight competing recommendations or label confidence on a proposal.

2026-05-04
include-instrument
ソフトウェア開発者

Decide whether to inline a validated instrument (copy items into Questionnaire.json) versus reference it via subQuestionnaire. Surfaces license + fidelity tradeoffs and records the decision. Use when the user wants to "add PHQ-9" (or any published instrument) to a draft.

2026-05-04
loinc-lookup
ソフトウェア開発者

Look up LOINC codes for standardized clinical observations and panels via fhir.loinc.org. Use when populating Questionnaire.code / item.code with the right LOINC for a validated instrument item, or to map a draft question onto an existing LOINC observation.

2026-05-04
record-decision
ソフトウェア開発者

Update decisions.md after a material accept/reject event. decisions.md is the user-facing curated rationale log (separate from auto-generated summary.md). Use whenever the user accepts a meaningful proposal, includes an instrument, or rejects something with a stated reason.

2026-05-04
snomed-lookup
ソフトウェア開発者

Search SNOMED CT via the public tx.fhir.org $expand endpoint. Use when LOINC isn't the right vocabulary (problems, procedures, body sites, social context). Knows when SNOMED beats LOINC and when to use both side-by-side.

2026-05-04