ワンクリックで
analyse-issue
// Analyze MONDO GitHub issues for validity, suggest improvements, and generate structured reports with duplication checks and identifier validation
// Analyze MONDO GitHub issues for validity, suggest improvements, and generate structured reports with duplication checks and identifier validation
Use when asked to merge two MONDO terms — obsoleting one and transferring its metadata to the surviving term
Use when running any ODK-backed command in this repo — owltools, robot, make NORM, robot verify, or any other tool that lives inside the ODK docker image
Generate a formatted Mondo release announcement with statistics table from release diff reports
| name | analyse-issue |
| description | Analyze MONDO GitHub issues for validity, suggest improvements, and generate structured reports with duplication checks and identifier validation |
When handling GitHub issues:
gh issue view [number] to read the issueInclude at the top of your report:
⚠️ **WARNING: This report is AI-generated**
**Model:** [Retrieve programmatically - check environment context or system information]
**Generated:** [Use date command to get current timestamp in UTC]
IMPORTANT:
date -u +"%Y-%m-%d %H:%M:%S UTC" or similarMermaid diagram that describes SPECIFICALLY THE USER REQUESTED change.
Use bottom UP (BT) for arrow direction
Use -.->|PROPOSED<br/>NEW PARENT| for proposed new parents and -.->|PROPOSED<br/>REMOVED PARENT| for proposed removed parents
Example:
graph BT
B[MONDO:0005341 skin basal cell carcinoma] --> A[MONDO:0004993 carcinoma]
C[MONDO:0019317 follicular atrophoderma-basal cell carcinoma] -.->|PROPOSED<br/>NEW PARENT| B
C --> D[MONDO:0010535 Bazex-Dupre-Christol syndrome]
style C fill:#ccffcc
style A fill:#ccffcc
style B fill:#ccffcc
Medical/clinical justification, ideally with pubmed evidence
Terminological correctness
Ontological gaps being addressed
Example: For classification requests, always check if there's a more specific parent term (e.g., "benign vascular tumor" instead of general "cancer or benign tumor").