---
title: "How to bring your software delivery workflow into GitHub with agent apps"
url: https://daily.dev/posts/how-to-bring-your-software-delivery-workflow-into-github-with-agent-apps-fqeatdw2r
source_url: https://github.blog/ai-and-ml/github-copilot/how-to-bring-your-software-delivery-workflow-into-github-with-agent-apps
type: article
source: "GitHub Blog"
published: 2026-08-14T16:04:29.431Z
updated: 2026-08-14T16:04:57.033Z
tags: ["github", "cicd"]
reading_time: 6
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# How to bring your software delivery workflow into GitHub with agent apps

**[GitHub Blog](https://daily.dev/sources/ghblog)** · 6 min read · 0 upvotes · 0 comments

## Summary

GitHub introduces agent apps that bring third-party tools like Amplitude, Endor Labs, LaunchDarkly, and PagerDuty directly into the GitHub workflow via the Agents tab or pull request comments. A walkthrough shows how a developer can validate a feature idea with Amplitude, check dependency risk with Endor Labs, set up a feature flag rollout with LaunchDarkly, and assess deployment risk with PagerDuty, all without leaving GitHub. Additional launch partners include Packfiles, Miro, Bright Security, SonarQube, and Octopus Deploy, available now on the GitHub Marketplace.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://github.blog/ai-and-ml/github-copilot/how-to-bring-your-software-delivery-workflow-into-github-with-agent-apps>

## Questions this post answers

### What are GitHub agent apps and which tools can I use them with?

GitHub agent apps let developers bring third-party tools directly into GitHub's Agents tab or pull request comments, powered by the same platform and harness as Copilot cloud agent. Inaugural agent apps include Amplitude, Endor Labs, LaunchDarkly, PagerDuty, Packfiles, Miro, Bright Security, SonarQube, and Octopus Deploy, available from the GitHub Marketplace.

_daily.dev surfaces new GitHub Copilot ecosystem releases for developers evaluating agent-based workflow tools._

### How can I check dependency risk in a pull request without leaving GitHub?

The Endor Labs agent app can be mentioned directly in a pull request comment to identify changed dependencies and check them for known vulnerabilities and broader package risk, reporting results back in the pull request thread. This replaces waiting for a CI scan to fail and remediating afterward, making dependency review a proactive step during code review.

_Developers tightening dependency review workflows track tooling like this via daily.dev._

### How do I set up a feature flag rollout using LaunchDarkly directly from a GitHub pull request?

The LaunchDarkly agent app can be mentioned in a pull request comment with flag parameters (key, type, default, target, rollout percentages) to create the flag in LaunchDarkly and commit the code implementation for review. If the target environment requires approval, it creates an approval request instead of applying targeting changes directly, keeping a human in the rollout decision.

_Engineers coordinating feature flag rollouts follow workflow integrations like this on daily.dev._

## Similar posts on daily.dev

- [Extend GitHub with agent apps](https://daily.dev/posts/extend-github-with-agent-apps-jergly9ap) · GitHub Changelog · 1 upvotes · 0 comments
- [From coder to orchestrator: How agents shift the role of a developer](https://daily.dev/posts/from-coder-to-orchestrator-how-agents-shift-the-role-of-a-developer-sk2e3cswg) · GitHub Blog · 2 upvotes · 0 comments

---

Tags: [#github](https://daily.dev/tags/github), [#cicd](https://daily.dev/tags/cicd)

[View this post on daily.dev](https://daily.dev/posts/how-to-bring-your-software-delivery-workflow-into-github-with-agent-apps-fqeatdw2r)
