Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions generated-skills/scrum-master-agent/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,9 @@ Calculate sprint health score based on: velocity (40%), burndown trend (30%), bl
- **GitHub Projects**: Beta GraphQL API may change (adapter may need updates)
- **Azure DevOps**: Work item hierarchy can be complex (flatten in export)

### Network Access
When notifications are enabled, `notify_channels.py` makes outbound HTTPS POST requests to Slack or Microsoft Teams webhook URLs. These URLs are read from environment variables (`SLACK_WEBHOOK_URL`, `TEAMS_WEBHOOK_URL`) or `config.yaml` — not from user input. Notifications are **opt-in and disabled by default**; the skill does not make any network calls if notifications are not configured.

## When NOT to Use This Skill

- **Kanban workflows**: Skill is optimized for Scrum sprints (not continuous flow)
Expand Down