azurebackup-add-tool Skill
Add a new tool/command to the Azure Backup MCP toolset. Covers the full lifecycle: command implementation, option definitions, service layer, input validation, unit tests, live tests, recorded test playback, CI validation, spell check, changelog entry, tool description evaluation, and PR checklist. USE WHEN: add new ba Published by microsoft in mcp.
What is azurebackup-add-tool Skill?
Add a new tool/command to the Azure Backup MCP toolset. Covers the full lifecycle: command implementation, option definitions, service layer, input validation, unit tests, live tests, recorded test playback, CI validation, spell check, changelog entry, tool description evaluation, and PR checklist. USE WHEN: add new ba Published by microsoft in mcp. 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
- Testing
- Security review
- Testing use cases
- Security review use cases
Technical details
- Install or run with Copy skill directory
When to use azurebackup-add-tool Skill
- Use it for testing.
- Use it for security review.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/mcp
- Skill file: tools/Azure.Mcp.Tools.AzureBackup/skills/azurebackup-add-tool/SKILL.md
What it does
Add a new tool/command to the Azure Backup MCP toolset. Covers the full lifecycle: command implementation, option definitions, service layer, input validation, unit tests, live tests, recorded test playback, CI validation, spell check, changelog entry, tool description evaluation, and PR checklist. USE WHEN: add new ba
Skill instructions
Add a New Tool to Azure Backup MCP Purpose Step-by-step workflow for adding a new command to the Azure Backup MCP toolset, ensuring it passes all validation gates before PR submission. When to Use - Adding a new azmcp azurebackup <group <operation command - Extending an existing command group (vault, policy, protecteditem, etc.) - Adding a new command group (security, compliance, etc.) Prerequisites - .NET 10 SDK installed (see global.json) - Azure authentication configured (az login / Connect-AzAccount) - Repository cloned with upstream remote pointing to microsoft/mcp - Branch created from upstream/main Procedure Phase 1: Implementation Follow /.github/skills/add-azure-mcp-tools/SKILL.md as the authoritative guide. The Azure Backup toolset lives in tools/Azure.Mcp.Tools.AzureBackup/. 1a. Create Option Definitions File: src/Options/{Group}/{Resource}{Operation}Options.cs csharp // Inherit from the appropriate base options class public class MyNewOptions : BaseAzureBackupOptions { publ
Explore related resources
Frequently asked questions
What is azurebackup-add-tool?
azurebackup-add-tool is a open-source AI agent skill with Copy skill directory. Add a new tool/command to the Azure Backup MCP toolset. Covers the full lifecycle: command implementation, option definitions, service layer, input validation, unit tests, live tests, recorded test.
Who is azurebackup-add-tool best for?
azurebackup-add-tool is best for reusing agent instructions, scripts, and references, testing workflows, security review workflows.
How do I install azurebackup-add-tool?
Install or run azurebackup-add-tool using Copy skill directory. Check azurebackup-add-tool for the latest setup command.
Is azurebackup-add-tool actively maintained?
azurebackup-add-tool may need a closer maintenance check before production use.
Auto-fetched from GitHub.