Agent skill
adverse-event-reporting
Guide veterinary adverse drug event reporting through FDA CVM and query the openFDA animal adverse event database. Use when a suspected adverse drug reaction occurs in an animal.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/adverse-event-reporting
SKILL.md
Veterinary Adverse Event Reporting
Overview
Support adverse drug event reporting for veterinary products through FDA CVM channels and query existing adverse event data from the openFDA database. Pharmacovigilance in veterinary medicine follows different pathways than human medicine, with reporting through FDA CVM Form 1932a rather than MedWatch.
When to Use
- An animal experienced a suspected adverse reaction to a drug, vaccine, or pesticide product
- User wants to check reported adverse events for a veterinary product
- User asks how to report a veterinary adverse event
- User asks about adverse event patterns for a specific drug in animals
- Keywords: adverse event, adverse reaction, side effect, report, ADE, pharmacovigilance, FDA report, vaccine reaction
Key Resources
- FDA CVM Adverse Event Reporting: https://www.fda.gov/animal-veterinary/safety-health/report-problem
- openFDA Animal & Veterinary Adverse Events API: https://open.fda.gov/apis/animalandveterinary/event/
- FDA CVM Safety Reporting Portal for electronic submission
Workflow
Querying Existing Adverse Event Data
- Search the openFDA animal adverse events endpoint by drug name, species, or reaction type.
- Aggregate results by reaction type, species, and outcome severity.
- Present findings with appropriate context (reporting bias, denominator unknown).
- Note any FDA safety communications or label changes resulting from adverse event signals.
Reporting a New Adverse Event
- Gather required information:
- Animal signalment (species, breed, age, weight, sex)
- Product involved (name, manufacturer, lot number if available)
- Adverse event description (signs, timing, severity)
- Outcome (recovered, ongoing, died)
- Concurrent medications
- Whether the veterinarian considers the event drug-related
- Guide the user through FDA CVM reporting options:
- Online: FDA Safety Reporting Portal
- Phone: 1-888-FDA-VETS (1-888-332-8387)
- Manufacturer reporting (companies are required to forward reports to FDA)
Limitations
- openFDA adverse event data represents spontaneous reports, not incidence rates. Reporting rates are unknown.
- Absence of adverse event reports does not mean a product is safe.
- Adverse event reports do not establish causality.
- The openFDA API has rate limits and data may lag behind real-time reporting.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?