
Microsoft is ramping up the support for AI agents and agent-driven workflows in GitHub to accelerate development processes with additional automations aimed at delivering higher quality code.
GitHub Agentic Workflows, now in technical preview, enable developers to build automations using coding agents to handle triage, documentation, code quality, and more. Coding agents are designed for GitHub users ranging individuals automating a single repository to teams operating at enterprise scale.
GitHub Agentic Workflows automate workflows through coding agents that run in GitHub Actions, which allow developers to automate workflows directly within a GitHub repository while providing guardrails for permissions, logging, auditing, and sandboxed execution.
By bringing automated coding agents into actions, GitHub said it’s enabling their use across millions of repositories while keeping decisions about when and where to use them in the hands of developers.
Repository Automation and Coding Agents
In a GitHub Agentic Workflow, a developer describes the outcomes they want in plain markdown, adds it as an automated workflow to a repository, and executes using a coding agent. When workflows execute, they can use different coding agent engines—such as Copilot CLI, Claude Code, or OpenAI Codex—depending on the customer’s configuration.
GitHub Agentic Workflows enable new categories of repository automation, in ways that fit with how developer teams work in GitHub. These categories include:
- Continuous triage of issues
- Continuous documentation as code changes occur
- Continuous simplification to identify code improvements that can be made
- Continuous improvement by assessing code tests
- Continuous quality monitoring to proactively investigate failures
- Continuous reporting on repository health
GitHub Agentic Workflows implement a defense-in-depth architecture that protects against unintended behaviors and prompt-injection attacks. Workflows run with read-only permissions by default. Write operations require explicit approval through safe outputs, which map to pre-approved, reviewable GitHub operations such as creating a pull request. Sandboxed execution and network isolation help ensure that coding agents operate within controlled boundaries.
Use Case Examples
GitHub Agentic Workflows can range from very general (“Improve the software”) to very specific (“Check that all technical documentation and error messages for this application are written in a style suitable for an audience of business users.”)
One example of an agentic workflow: creation of a daily status report for developers that maintain repositories. The coding agent in the workflow will interact with developers to confirm their specific needs and intent, write the markdown file, and check its validity. Developers can review, refine, and validate the workflow before adding it to a repository. Once this workflow is added to a repository, it will run automatically, or it can be triggered manually using GitHub Actions.
GitHub Agentic Workflows use coding agents at runtime, which incurs billing costs, GitHub noted. When using Copilot with default settings, a typical workflow incurs two premium requests: one for the agentic work and one for a guardrail check through. The AI models in use can be configured to help manage these costs.

AI Agent & Copilot Summit is an AI-first event to define opportunities, impact, and outcomes with Microsoft Copilot and agents. Building on its 2025 success, the 2026 event takes place March 17-19 in San Diego. Get more details.



