Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,23 @@ Each time you submit a prompt to GitHub Copilot CLI, your monthly quota of premi

For more information about how to use the GitHub Copilot CLI, see [our official documentation](https://docs.github.com/copilot/concepts/agents/about-copilot-cli).

## 🔌 Connect your tools

Integrations turn GitHub Copilot CLI into a stronger source of truth around product development. Keep data in sync and reduce manual updates between tools.

### Key integrations

- [**Slack**](https://linear.app/settings/integrations/slack): Create issues from Slack messages and sync threads.
- [**GitHub**](https://linear.app/settings/integrations/github) / [**GitLab**](https://linear.app/settings/integrations/gitlab): Automate pull request and commit workflows while keeping issues synced both ways.
- [**Agents**](https://linear.app/integrations/agents): Deploy AI agents that work alongside your team.
Comment on lines +126 to +134
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Action required

1. Linear integrations misattributed 🐞 Bug ✓ Correctness

The new “Connect your tools” section presents Linear’s integrations and Linear API as if they are
GitHub Copilot CLI integrations, which misdocuments this GitHub Copilot CLI repo and misleads users
about supported integration paths (e.g., GitLab).
Agent Prompt
### Issue description
The README is for **GitHub Copilot CLI**, but the new “Connect your tools” section is written as if Linear’s integrations/API are Copilot CLI integrations. This misdocuments the product and can mislead users (notably by implying GitLab workflows are part of Copilot CLI guidance).

### Issue Context
The repository branding and licensing indicate this is a GitHub Copilot CLI repo; the added content links exclusively to `linear.app` and uses language that attributes these integrations to Copilot CLI.

### Fix Focus Areas
- README.md[126-142]

### What to change
- Either remove the Linear-specific section entirely, **or**
- Rework it to accurately describe Copilot CLI’s actual extensibility/integration mechanism(s) (e.g., MCP/custom servers) and link to GitHub-owned docs, **or**
- If Linear content is truly intended, explicitly scope it (“If you use Linear…”) and avoid phrasing that attributes these capabilities to Copilot CLI; also ensure GitLab mentions are accurate for Copilot CLI.

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


### Browse all integrations

Discover 150+ available connections in the [Linear integration directory](https://linear.app/integrations), from support tooling (Intercom, Zendesk) to design platforms such as Figma.

### Build with the Linear API

If you need a custom workflow, you can build directly on the [Linear API](https://linear.app/developers), which is GraphQL-based and designed for automation.
## 🔌 Connect your tools mock

For the Linear WWW-3 visual, open `connect-your-tools.html` in a browser to see the recreated "Connect your tools" gradient + icon composition.
Expand Down