feat: update research skills part 7#53
Conversation
Greptile SummaryThis PR continues the "research skills update" series, applying a consistent structural template across 20 skills: enriching frontmatter with Key observations:
Confidence Score: 3/5
Important Files Changed
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Skill YAML Frontmatter] --> B[id / name / description]
A --> C[category: Research]
A --> D[requires: empty list]
A --> E[examples: 2 usage prompts]
F[Skill Body Content] --> G[## Instruction\nStep-by-step agent directives]
F --> H[## When to Use\nTrigger conditions]
F --> I[## Output\nExpected deliverables]
F --> J[Domain Reference Sections\nCapabilities / Workflows / etc.]
G --> K{Code Examples\nPresent?}
K -- Yes --> L[Retained\ne.g. pysam, qms-audit-expert]
K -- No --> M[Removed\ne.g. pubmed-database, qutip, pylabrobot]
M --> N{Orphaned\nSection Headings?}
N -- Yes --> O[⚠️ Issue: Empty body\npubmed-database, pyopenms]
N -- No --> P[✅ Clean removal]
style O fill:#ffcccc,stroke:#cc0000
style P fill:#ccffcc,stroke:#009900
|
Removed sections on implementation patterns, integration with control loops, safety during open-loop testing, and logging safety events from SKILL.md.
New Skill Contribution
Skill Info
Checklist
Testing
Describe how you tested this skill:
Notes
Any additional context or notes for reviewers.