medical-invoice-claim-denial-gmail-sender

Send medical invoice claim denial emails via Gmail with delivery logging.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/arkangelai/skills --skill medical-invoice-claim-denial-gmail-sender
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: medical-invoice-claim-denial-gmail-sender
Source: https://github.com/arkangelai/skills/tree/main/medical-insurance-audit/medical-invoice-claim-denial-gmail-sender
Command: npx skills add https://github.com/arkangelai/skills --skill medical-invoice-claim-denial-gmail-sender

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the formal delivery of a medical invoice glosa (claim denial) to the IPS via Gmail, ensuring traceability, proper attachments, and delivery logging.

Core Features & Use Cases

  • Reads the approved output.json and the latest PDF version to locate the correct claim-denial details.
  • Composes and sends a fully traced email via Gmail using gogcli, attaching the final PDF, and recording the delivery in delivery-log.json.
  • Updates the case state in output.json to reflect that the denial has been sent, and sets the legal reminder date based on the 15-business-day deadline.

Quick Start

Trigger this skill when the case is ready for denial delivery and the final PDF is approved to send the glosa to the IPS with proper traceability.

Frequently Asked Questions about medical-invoice-claim-denial-gmail-sender

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate sending a medical invoice glosa via Gmail with traceability?

To automate sending a medical invoice glosa via Gmail, this Skill reads the approved output.json and latest PDF, then composes and sends the email using gogcli while logging the delivery in delivery-log.json.

What is needed to send a claim denial notification to an IPS through Gmail?

Sending a claim denial notification to an IPS requires gogcli, Gmail sender credentials, access to delivery-log.json, and a case labeled claim-denial-ready with the latest approved PDF and output.json data.

Can I use this Gmail sender workflow if the case is not yet labeled claim-denial-ready?

No, this Gmail sender workflow only applies when the case is explicitly labeled claim-denial-ready and has not yet been marked as sent, ensuring the formal glosa delivery is not triggered prematurely.

How does the claim denial delivery process track the legal reminder deadline?

The claim denial delivery process tracks the legal reminder deadline by updating the case state in output.json, automatically setting the reminder date based on the 15-business-day deadline after the glosa email is sent.

What is the best way to ensure a formal medical invoice glosa has proof of delivery?

The best way to ensure a medical invoice glosa has proof of delivery is by recording the sent email event in delivery-log.json, which provides a traceable delivery record alongside the attached final PDF.

Does the glosa email sender update the case state automatically after sending the denial?

Yes, the glosa email sender automatically updates output.json to reflect that the denial has been sent and sets the legal reminder date, preventing duplicate deliveries and maintaining accurate case state.