account-risk-early-warning Skill
Identifies accounts showing warning signs of churn by analyzing activity trends, support cases, and engagement signals. Scores risk and prioritizes intervention targets. Use when user asks "which accounts are at risk", "churn risk analysis", "find accounts that might leave", "customer health check", "at-risk customers" Published by microsoft in dataverse-business-skills.
What is account-risk-early-warning Skill?
Identifies accounts showing warning signs of churn by analyzing activity trends, support cases, and engagement signals. Scores risk and prioritizes intervention targets. Use when user asks "which accounts are at risk", "churn risk analysis", "find accounts that might leave", "customer health check", "at-risk customers" Published by microsoft in dataverse-business-skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use account-risk-early-warning Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/dataverse-business-skills
- Skill file: skills/account-risk-early-warning/SKILL.md
What it does
Identifies accounts showing warning signs of churn by analyzing activity trends, support cases, and engagement signals. Scores risk and prioritizes intervention targets. Use when user asks "which accounts are at risk", "churn risk analysis", "find accounts that might leave", "customer health check", "at-risk customers"
Skill instructions
Account Risk Early Warning Retaining existing customers is more cost-effective than acquiring new ones. This skill monitors key accounts for early warning signals that indicate potential churn or relationship issues, enabling proactive intervention before problems escalate. Instructions Step 1: Determine Scope When user asks "Which of my top accounts are showing warning signs?": 1.1 Define Account Set: Options: A) All active accounts owned by user B) Specific account list (e.g., enterprise tier) C) Accounts with revenue above threshold D) Accounts up for renewal in next X months 1.2 Query Target Accounts: SELECT accountid, name, revenue, numberofemployees, industrycode, createdon, ownerid, customertypecode, territoryid, openrevenue, openrevenuedate FROM account -- Note: openrevenue and openrevenuedate are rollup fields that may not exist in all orgs. -- If absent, calculate open pipeline value by querying the opportunity table directly. WHERE statecode = 0 AND ownerid = '[currentuserid
Explore related resources
Frequently asked questions
What is account-risk-early-warning?
account-risk-early-warning is a open-source AI agent skill with Copy skill directory. Identifies accounts showing warning signs of churn by analyzing activity trends, support cases, and engagement signals. Scores risk and prioritizes intervention targets.
Who is account-risk-early-warning best for?
account-risk-early-warning is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install account-risk-early-warning?
Install or run account-risk-early-warning using Copy skill directory. Check account-risk-early-warning for the latest setup command.
Is account-risk-early-warning actively maintained?
account-risk-early-warning may need a closer maintenance check before production use.
Auto-fetched from GitHub.