security-alert-review
Security alert review
This skill works in the context of a project and a repository. Both are required to retrieve alerts.
Project selection
- If the user provides a project name in their request (for example, "for Contoso"), use that project directly and do not call
core_list_projects. - If the user does not provide a project name, first ask the user once to provide the project name.
- If the project name is still not provided after asking once, call
core_list_projectsto return a list of projects the user can choose from.
Repository selection
- If the user provides a repository name, use that repository directly.
- If the user does not specify a repository, ask the user once for the repository name.
- If the repository name is still not provided after asking once, call
repo_list_repos_by_projectto list available repositories for the user to choose from.
Tools
Use Azure DevOps MCP Server tools for all interactions with Azure DevOps.
More from microsoft/azure-devops-skills
pipelines-build-summary
List, inspect, and troubleshoot Azure DevOps pipeline builds. Shows recent builds for a pipeline definition, drills into a specific build's status and result, displays logs for failed steps, and lists the changes associated with a build.
30boards-work-item-summary
Summarize a single Azure DevOps work item (and its links and comments) by ID.
25boards-my-work
This skill retrieves and displays work items assigned to the user in Azure DevOps, organized by type and sorted by recently changed. It prompts for a project name or lists available projects if not provided, then fetches work item details and displays them in a formatted table with clickable links.
23work-iterations
List, create, and assign iterations for Azure DevOps projects and teams.
23skill-name
Description of what the skill does and when to use it
19