daily-briefing Skill
Delivers a prioritized morning summary covering today's meetings, overdue tasks, pipeline alerts, and recommended actions from Dataverse. Use when user says "what's on my plate today", "daily briefing", "morning summary", "what do I need to focus on today", "start my day", "daily digest", "today's priorities", or "what Published by microsoft in dataverse-business-skills.
What is daily-briefing Skill?
Delivers a prioritized morning summary covering today's meetings, overdue tasks, pipeline alerts, and recommended actions from Dataverse. Use when user says "what's on my plate today", "daily briefing", "morning summary", "what do I need to focus on today", "start my day", "daily digest", "today's priorities", or "what 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
- Developers using dataverse-business-skills
Technical details
- Install or run with Copy skill directory
When to use daily-briefing Skill
- Use it for developers using dataverse-business-skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/dataverse-business-skills
- Skill file: skills/daily-briefing/SKILL.md
What it does
Delivers a prioritized morning summary covering today's meetings, overdue tasks, pipeline alerts, and recommended actions from Dataverse. Use when user says "what's on my plate today", "daily briefing", "morning summary", "what do I need to focus on today", "start my day", "daily digest", "today's priorities", or "what
Skill instructions
Daily Briefing Sales reps lose time each morning deciding what to work on. This skill queries Dataverse to surface the day's agenda, flag urgent pipeline issues, highlight overdue commitments, and recommend a prioritized action list. It replaces manual CRM scanning with a structured, actionable daily digest. Instructions Step 1: Determine Scope Accept optional parameters from the user: - Owner filter: Specific rep (systemuserid or name) or default to current user - Date: Today (default) or a specified date Calculate the target date range: - Day start: [targetdate]T00:00:00Z - Day end: [targetdate]T23:59:59Z Step 2: Fetch Today's Scheduled Meetings SELECT appointmentid, subject, scheduledstart, scheduledend, description, regardingobjectid, regardingobjecttypecode, location, ownerid FROM appointment WHERE statecode = 0 AND scheduledstart = '[daystart]' AND scheduledstart <= '[dayend]' AND ownerid = '[ownerid]' ORDER BY scheduledstart ASC For each appointment, fetch the regarding record n
Explore related resources
Frequently asked questions
What is daily-briefing?
daily-briefing is a open-source AI agent skill with Copy skill directory. Delivers a prioritized morning summary covering today's meetings, overdue tasks, pipeline alerts, and recommended actions from Dataverse.
Who is daily-briefing best for?
daily-briefing is best for reusing agent instructions, scripts, and references.
How do I install daily-briefing?
Install or run daily-briefing using Copy skill directory. Check daily-briefing for the latest setup command.
Is daily-briefing actively maintained?
daily-briefing may need a closer maintenance check before production use.
Auto-fetched from GitHub.