pr-delivery Skill
Use to deliver a durable Zava Learning fix as a GitHub pull request once an incident has been root-caused — for either an Infrastructure-as-Code change (Bicep under infra/) or an application code change (under src/). The single skill that creates pull requests; applies after live mitigation and root-cause confirmation. Published by microsoft in sre-agent.
What is pr-delivery Skill?
Use to deliver a durable Zava Learning fix as a GitHub pull request once an incident has been root-caused — for either an Infrastructure-as-Code change (Bicep under infra/) or an application code change (under src/). The single skill that creates pull requests; applies after live mitigation and root-cause confirmation. Published by microsoft in sre-agent. 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 sre-agent
Technical details
- Install or run with Copy skill directory
When to use pr-delivery Skill
- Use it for developers using sre-agent.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/sre-agent
- Skill file: labs/zava-learning/sre-config/agent-config/skills/pr-delivery/SKILL.md
What it does
Use to deliver a durable Zava Learning fix as a GitHub pull request once an incident has been root-caused — for either an Infrastructure-as-Code change (Bicep under infra/) or an application code change (under src/). The single skill that creates pull requests; applies after live mitigation and root-cause confirmation.
Skill instructions
Zava Learning — Pull Request Delivery (IaC + Code) Single owner of GitHub pull-request creation for durable fixes. Repo: @@REPO@@ (hosts the app src/ and the infrastructure infra/). This skill applies once an incident is root-caused and the live mitigation is in place; the pull request it produces is later referenced by the ServiceNow Change Request (servicenow-change-management). There is no native GitHub pull-request tool — author the branch, commit, and open the PR with ExecutePythonCode (GitHub REST API / gh) using FindConnectedGitHubRepo and GetIaCForGitHub to locate the repo and IaC. Never commit secrets. Before opening the PR, retrieve SearchMemory("zava-redaction") and run its redact() over the PR title, body, and commit message (and never stage a credential or .env/.pem/git-credentials file into the diff). When to use - An incident is root-caused to a durable defect and the live mitigation is already applied. - The fix belongs in version control: IaC (infra/, e.g. an NSG rule
Explore related resources
Frequently asked questions
What is pr-delivery?
pr-delivery is a open-source AI agent skill with Copy skill directory. Use to deliver a durable Zava Learning fix as a GitHub pull request once an incident has been root-caused — for either an Infrastructure-as-Code change (Bicep under infra/) or an application code change.
Who is pr-delivery best for?
pr-delivery is best for reusing agent instructions, scripts, and references.
How do I install pr-delivery?
Install or run pr-delivery using Copy skill directory. Check pr-delivery for the latest setup command.
Is pr-delivery actively maintained?
pr-delivery may need a closer maintenance check before production use.
Auto-fetched from GitHub.