retry-analysis

Retry failed Voice DNA Snapshot analyses via the admin API for a user identified by email.

Updated Dec 17, 2025
One-click install
npx skills add https://github.com/eprouveze/HealthPulse --skill retry-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: retry-analysis
Source: https://github.com/eprouveze/HealthPulse/tree/main/.agent/skills/retry-analysis
Command: npx skills add https://github.com/eprouveze/HealthPulse --skill retry-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retry a failed Voice DNA Snapshot analysis for a specific user via the admin endpoint. Use when user says "retry failed analysis", "re-run snapshot", or "analysis failed". Looks up user by email, verifies samples exist, calls the admin retry API, and reports results including email delivery status. Do NOT use for generating new profiles or general admin queries.

Core Features & Use Cases

  • Look up the user by email in profiles and confirm they exist.
  • Verify that the user has samples to analyze and trigger the retry API.
  • Report results including whether an email containing the snapshot was delivered, for admin troubleshooting.

Quick Start

Use the admin retry endpoint to re-run the Voice DNA Snapshot analysis for a user identified by email.

Frequently Asked Questions about retry-analysis

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

FAQPage Schema
How do I retry a failed Voice DNA Snapshot analysis for a user?

To retry a failed Voice DNA Snapshot analysis, you look up the user by email, verify that voice samples exist, and invoke the admin retry API to re-run the analysis and report the email delivery outcome.

Why does Voice DNA Snapshot analysis fail and require a manual retry?

Voice DNA Snapshot analysis can fail due to missing user samples or processing errors, requiring a manual retry via the admin endpoint to re-run the diagnostic and confirm the snapshot email delivery status.

What do I need to trigger an admin endpoint retry for Voice DNA profiles?

To trigger an admin endpoint retry for Voice DNA profiles, you need a valid internal API key for authorization, the user's email for identification, and existing samples in the system to analyze.

Can I use the retry API to generate new Voice DNA profiles?

No, you cannot use the retry API to generate new Voice DNA profiles. It is specifically designed to re-run failed snapshot analyses for existing users and troubleshoot email delivery, not for new profile creation.

How do I check if a user has voice samples before re-running a snapshot analysis?

To check if a user has voice samples before re-running a snapshot analysis, the retry process looks up the user by email in the profiles data and verifies that valid samples exist prior to calling the admin retry API.

Does the Voice DNA retry process report if the analysis email was delivered?

Yes, the Voice DNA retry process reports the final outcome including the email delivery status, allowing administrators to verify if the snapshot containing the analysis was successfully delivered to the user.