You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/appcircle-ai/ai-assistants/appcircle-claude-assistant.md
+11-9Lines changed: 11 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The **Appcircle Claude Plugin** connects Claude to the Appcircle platform, bundl
11
11
12
12
## How to Use Appcircle Claude Assistant
13
13
14
-
The plugin registers the [Appcircle MCP Server](/appcircle-ai/appcircle-mcp-server) and the following Appcircle-aware skills, automatically namespaced under `appcircle:`:
14
+
The plugin registers the [Appcircle MCP Server](/appcircle-ai/appcircle-mcp-server) and the following Appcircle-aware skills, automatically namespaced under `appcircle`:
15
15
16
16
| Skill | Purpose |
17
17
|-------|---------|
@@ -29,7 +29,7 @@ Claude Code and claude.ai install the plugin differently, so follow the steps fo
29
29
The MCP server reads this from the process environment, so it must be set before you launch `claude`; exporting it later in an already-running session has no effect until you restart.
5. Ask Claude an Appcircle question, for example *How do I set up automatic code signing for my iOS builds*, and Claude will use the `doc-assistant` skill to answer.
65
65
66
-
To access the source code of this plugin, please use [this link](https://github.com/appcircleio/appcircle-claude-plugin).
66
+
To access the source code of this plugin, please use the following link:
description: Use the Appcircle Copilot Plugin to connect GitHub Copilot to the Appcircle platform with MCP tools and Appcircle-aware skills.
4
+
tags: [appcircle ai, copilot, assistant]
5
+
sidebar_position: 4
6
+
---
7
+
8
+
# Appcircle Copilot Assistant
9
+
10
+
The **Appcircle Copilot Plugin** connects GitHub Copilot to the Appcircle platform, bundling the [Appcircle MCP Server](/appcircle-ai/appcircle-mcp-server) with Appcircle-aware skills so you can ask Copilot about your Appcircle organization or how to use Appcircle.
11
+
12
+
## How to Use Appcircle Copilot Assistant
13
+
14
+
The plugin registers the [Appcircle MCP Server](/appcircle-ai/appcircle-mcp-server) and the following Appcircle-aware skills:
15
+
16
+
| Skill | Purpose |
17
+
|-------|---------|
18
+
|`doc-assistant`| Answers Appcircle questions using official sources (`docs.appcircle.io` and `appcircle.io`) |
19
+
|`build-insights-report`| Renders a visual Build Insights Report (health & trends, root cause, workflow quality, artifact health, queue time, and CI maturity) from the `get_build_insights_report` MCP tool. See [Build Insights](/appcircle-ai/ai-insights/build-insights) for the full metric reference |
20
+
21
+
### In GitHub Copilot CLI
22
+
23
+
1.*(Optional, for MCP tools)* Before starting Copilot CLI, set your [Appcircle Access Token](https://github.com/appcircleio/appcircle-mcp/blob/main/docs/appcircle_access_token.md) in your shell so the MCP server can authenticate:
24
+
```bash
25
+
export APPCIRCLE_ACCESS_TOKEN=<your-access-token>
26
+
```
27
+
The MCP server reads this from the process environment, so it must be set before you launch `copilot`; exporting it later in an already-running session has no effect until you restart.
4. Ask Copilot an Appcircle question. For "how do I" or troubleshooting questions, for example "How do I set up automatic code signing for my iOS builds," Copilot uses the `doc-assistant` skill. For questions about your own organization, for example "List my build profiles," Copilot uses the Appcircle MCP tools, which requires step 1.
37
+
38
+
### In VS Code
39
+
40
+
1.*(Optional, for MCP tools)* Set your [Appcircle Access Token](https://github.com/appcircleio/appcircle-mcp/blob/main/docs/appcircle_access_token.md) so the bundled MCP server can authenticate. You can export it before launching VS Code, or supply it when prompted after installing the plugin.
4. Open Copilot Chat and ask an Appcircle question, for example "How do I set up automatic code signing for my iOS builds" or "List my build profiles."
50
+
51
+
To access the source code of this plugin, please use the following link:
Copy file name to clipboardExpand all lines: docs/appcircle-ai/ai-assistants/index.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
---
2
2
title: AI Assistants
3
-
description: Discover the Appcircle AI assistants available on ChatGPTand Claude for quick answers, step-by-step guidance, and troubleshooting support.
4
-
tags: [appcircle ai, assistant, gpt, claude]
3
+
description: Discover the Appcircle AI assistants available on ChatGPT, Claude, and GitHub Copilot for quick answers, step-by-step guidance, and troubleshooting support.
import ContentRef from '@site/src/components/ContentRef';
9
9
10
10
# AI Assistants
11
11
12
-
Appcircle provides AI assistants on both ChatGPTand Claude so you can get quick answers, step-by-step guidance, and troubleshooting support wherever you already work.
12
+
Appcircle provides AI assistants on ChatGPT, Claude, and GitHub Copilot so you can get quick answers, step-by-step guidance, and troubleshooting support wherever you already work.
@@ -22,3 +22,9 @@ Use the Appcircle GPT Assistant in the OpenAI Marketplace for quick answers, ste
22
22
Use the Appcircle Claude Plugin to connect Claude to the Appcircle platform with MCP tools and Appcircle-aware skills for quick answers, step-by-step guidance, and troubleshooting support.
23
23
24
24
<ContentRefurl="/appcircle-ai/ai-assistants/appcircle-claude-assistant">Appcircle Claude Assistant</ContentRef>
Use the Appcircle Copilot Plugin to connect GitHub Copilot to the Appcircle platform with MCP tools and Appcircle-aware skills for quick answers, step-by-step guidance, and troubleshooting support.
Copy file name to clipboardExpand all lines: docs/appcircle-ai/ai-insights/build-insights.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Build Insights
3
-
description: Understand the Appcircle Build Insights Report - every section and metric returned by the get_build_insights_report MCP tool, and how to generate the visual report with the Appcircle Claude Assistant.
3
+
description: Understand the Appcircle Build Insights Report - every section and metric returned by the get_build_insights_report MCP tool, and how to generate the visual report with the Appcircle Claude Assistant or Appcircle Copilot Assistant.
4
4
tags: [appcircle ai, ai insights, build insights]
5
5
sidebar_position: 1
6
6
---
@@ -10,14 +10,19 @@ import Screenshot from '@site/src/components/Screenshot';
10
10
11
11
# Build Insights Report
12
12
13
-
The **Build Insights Report** gives you a snapshot of your CI health: build trends, failure root causes, workflow quality, artifact health, queue time, and an overall maturity score. Use the [Appcircle Claude Assistant](/appcircle-ai/ai-assistants/appcircle-claude-assistant) to get a visual report, or use the [Appcircle MCP client](/appcircle-ai/appcircle-mcp-server) directly.
13
+
The **Build Insights Report** gives you a snapshot of your CI health: build trends, failure root causes, workflow quality, artifact health, queue time, and an overall maturity score. Use the [Appcircle Claude Assistant](/appcircle-ai/ai-assistants/appcircle-claude-assistant)or [Appcircle Copilot Assistant](/appcircle-ai/ai-assistants/appcircle-copilot-assistant)to get a visual report, or use the [Appcircle MCP client](/appcircle-ai/appcircle-mcp-server) directly.
14
14
15
15
## How to Generate a Report
16
16
17
17
**With the Appcircle Claude Assistant**
18
18
19
19
- Ask in natural language, for example *give me a build insights report for last month* or *how is our CI maturity*.
20
-
- The `appcircle:build-insights-report` skill makes one call to `get_build_insights_report` and renders the response as a report.
20
+
- The `build-insights-report` skill makes one call to `get_build_insights_report` and renders the response as a report.
21
+
22
+
**With the Appcircle Copilot Assistant**
23
+
24
+
- Ask in natural language, for example *give me a build insights report for last month* or *how is our CI maturity*.
25
+
- The `build-insights-report` skill makes one call to `get_build_insights_report` and renders the response as a report.
21
26
22
27
**With Any Other MCP Client**
23
28
@@ -113,9 +118,9 @@ How long builds waited before starting, tree-wide for the period:
113
118
114
119
The last 30 days, compared against the 30 days before that for deltas. Pass `start_date` and `end_date` to the tool to use a different window; the tool compares it against a preceding period of the same length.
115
120
116
-
### Can I Get This Report Outside the Appcircle Claude Assistant?
121
+
### Can I Get This Report Outside the Appcircle Claude or Copilot Assistant?
117
122
118
-
Yes, for the underlying data. Any MCP client can call `get_build_insights_report` and get the same metrics as JSON. The visual HTML report rendering shown on this page is produced by the `appcircle:build-insights-report` skill, which is currently exclusive to the [Appcircle Claude Assistant](/appcircle-ai/ai-assistants/appcircle-claude-assistant).
123
+
Yes, for the underlying data. Any MCP client can call `get_build_insights_report` and get the same metrics as JSON. The visual HTML report rendering shown on this page is produced by the `build-insights-report` skill, which is currently exclusive to the [Appcircle Claude Assistant](/appcircle-ai/ai-assistants/appcircle-claude-assistant) and [Appcircle Copilot Assistant](/appcircle-ai/ai-assistants/appcircle-copilot-assistant).
Copy file name to clipboardExpand all lines: docs/appcircle-ai/ai-insights/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ import ContentRef from '@site/src/components/ContentRef';
11
11
12
12
Turn your build history into answers. AI Insights reads your Appcircle CI data and turns it into clear, actionable reports: trends, root causes, and a maturity score at a glance, without building dashboards yourself.
13
13
14
-
You generate these reports with the [Appcircle Claude Assistant](/appcircle-ai/ai-assistants/appcircle-claude-assistant) for a visual view, or through the [Appcircle MCP client](/appcircle-ai/appcircle-mcp-server) for the same data as structured JSON.
14
+
You generate these reports with the [Appcircle Claude Assistant](/appcircle-ai/ai-assistants/appcircle-claude-assistant)or [Appcircle Copilot Assistant](/appcircle-ai/ai-assistants/appcircle-copilot-assistant)for a visual view, or through the [Appcircle MCP client](/appcircle-ai/appcircle-mcp-server) for the same data as structured JSON.
Copy file name to clipboardExpand all lines: docs/release-notes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ import RedisDomainCaution from '@site/docs/self-hosted-appcircle/install-server/
20
20
21
21
### 🆕 New Features
22
22
23
-
-[External Webhooks](/build/manage-the-connections/reconnect-change-provider#external-webhooks) have been introduced for Build profiles, enabling incoming webhook connections to be monitored from the Appcircle UI. <BuildBadge/> <CloudBadge/>
24
-
- App Review Attachment upload support has been added for iOS Publish metadata, allowing review assets to be uploaded and managed as part of the publish flow. <PublishBadge/> <CloudBadge/>
25
23
-[Manual certificate renewal](/signing-identities/apple-certificates#manual-renew-certificate) support has been added for Apple certificates in Signing Identities. <SigningIdentitiesBadge/> <CloudBadge/>
24
+
- App Review Attachment upload support has been added for iOS Publish metadata, allowing review assets to be uploaded and managed as part of the publish flow. <PublishBadge/> <CloudBadge/>
25
+
-[External Webhooks](/build/manage-the-connections/reconnect-change-provider#external-webhooks) have been introduced for Build profiles, enabling incoming webhook connections to be monitored from the Appcircle UI. <BuildBadge/> <CloudBadge/>
26
26
-[Auth Activity Log](/account/my-organization/profile-and-team/auth-activity-log) support has been added to the Organization module, providing visibility into user login, logout, and organization switch events. <AccountBadge/> <CloudBadge/>
27
27
- Introduced the [Appcircle Claude Assistant](/appcircle-ai/ai-assistants/appcircle-claude-assistant), a Claude plugin skill that provides answers about Appcircle, including step-by-step instructions and troubleshooting support, along with the new [Build Insights Report](/appcircle-ai/ai-insights) skill and MCP tool, which generates a CI health report covering maturity, trends, root cause, workflow quality, artifact health, and queue time. <CloudBadge/>
0 commit comments