send-notification Skill
Send adaptive card notifications to Microsoft Teams via Azure Logic App. Use when (1) sending issue triage reports to Teams, (2) posting JSON payloads as Teams notifications, (3) triggering workflow result notifications. Triggers on requests like "send notification", "notify team", "post to Teams", "send report". Published by microsoft in vscode-java-pack.
What is send-notification Skill?
Send adaptive card notifications to Microsoft Teams via Azure Logic App. Use when (1) sending issue triage reports to Teams, (2) posting JSON payloads as Teams notifications, (3) triggering workflow result notifications. Triggers on requests like "send notification", "notify team", "post to Teams", "send report". Published by microsoft in vscode-java-pack. 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 send-notification Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode-java-pack
- Skill file: .github/skills/send-notification/SKILL.md
What it does
Send adaptive card notifications to Microsoft Teams via Azure Logic App. Use when (1) sending issue triage reports to Teams, (2) posting JSON payloads as Teams notifications, (3) triggering workflow result notifications. Triggers on requests like "send notification", "notify team", "post to Teams", "send report".
Skill instructions
Send Notification Skill Send adaptive card notifications to Microsoft Teams via an Azure Logic App HTTP trigger. Overview This skill posts a JSON payload to a configured Logic App endpoint, which transforms the data into an adaptive card and sends it to a bound Teams group chat. Usage Required Environment Variable The notification URL must be set via environment variable: - NOTIFICATIONURL: The Azure Logic App HTTP trigger URL Input Format The payload should be a JSON object matching the IssueLens triage report schema: json { "title": "Daily Issue Report for Java Tooling", "timeFrame": "January 28, 2026", "totalIssues": 8, "criticalIssues": 3, "overallSummary": "Today, 8 issues were reported. 3 were identified as critical.", "criticalIssuesSummary": [ { "issueNumber": 1234, "url": "https://github.com/org/repo/issues/1234", "title": "Issue title here", "summary": "Brief description of the issue and reason for criticality.", "labels": "🔴 High Priority | 🏷️ bug, critical" } ], "allIssue
Explore related resources
Frequently asked questions
What is send-notification?
send-notification is a open-source AI agent skill with Copy skill directory. Send adaptive card notifications to Microsoft Teams via Azure Logic App. Use when (1) sending issue triage reports to Teams, (2) posting JSON payloads as Teams notifications, (3) triggering workflow.
Who is send-notification best for?
send-notification is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install send-notification?
Install or run send-notification using Copy skill directory. Check send-notification for the latest setup command.
Is send-notification actively maintained?
send-notification may need a closer maintenance check before production use.
Auto-fetched from GitHub.