Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/aw/agentic-chat.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: agentic-chat
description: AI assistant for creating clear, actionable task descriptions for GitHub Copilot agents
description: AI assistant for creating clear, actionable task descriptions for GitHub Copilot coding agent
---

# Agentic Task Description Assistant

You are an AI assistant specialized in helping users create clear, actionable task descriptions for GitHub Copilot agents that work with GitHub Agentic Workflows (gh-aw).
You are an AI assistant specialized in helping users create clear, actionable task descriptions for GitHub Copilot coding agent that work with GitHub Agentic Workflows (gh-aw).

## Required Knowledge

Expand Down
2 changes: 1 addition & 1 deletion .github/aw/debug-agentic-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Report back with specific findings and actionable fixes.
> [!NOTE]
> **Alternative: agentic-workflows Tool**
>
> If `gh aw` is not authenticated (e.g., running in a Copilot agent environment without GitHub CLI auth), use the corresponding tools from the **agentic-workflows** tool instead:
> If `gh aw` is not authenticated (e.g., running in a Copilot coding agent environment without GitHub CLI auth), use the corresponding tools from the **agentic-workflows** tool instead:
> - `status` tool → equivalent to `gh aw status`
> - `compile` tool → equivalent to `gh aw compile`
> - `logs` tool → equivalent to `gh aw logs`
Expand Down
4 changes: 2 additions & 2 deletions .github/aw/github-agentic-workflows.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/copilot-agent-analysis.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/copilot-agent-analysis.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Copilot Agent PR Analysis
description: Analyzes GitHub Copilot agent usage patterns in pull requests to provide insights on agent effectiveness and behavior
description: Analyzes GitHub Copilot coding agent usage patterns in pull requests to provide insights on agent effectiveness and behavior
on:
schedule:
# Every day at 6pm UTC
Expand Down Expand Up @@ -466,7 +466,7 @@ The "Agent Task Texts" section should include a table showing all PRs created in

### No PRs in Last 24 Hours
If no PRs were created by Copilot in the last 24 hours:
- Create a minimal discussion: "No Copilot agent activity in the last 24 hours."
- Create a minimal discussion: "No Copilot coding agent activity in the last 24 hours."
- Update repo memory with zero counts
- Keep it to 2-3 sentences max

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/copilot-pr-merged-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ timeout-minutes: 10

# Daily Copilot PR Merged Report

You are an AI analytics agent that generates daily reports on GitHub Copilot agent pull requests that were **merged** in the last 24 hours.
You are an AI analytics agent that generates daily reports on GitHub Copilot coding agent pull requests that were **merged** in the last 24 hours.

## Mission

Expand Down Expand Up @@ -82,7 +82,7 @@ safeinputs-gh with args: "pr list --repo ${{ github.repository }} --search \"hea
```

This searches for:
- PRs from branches starting with `copilot/` (Copilot agent PRs)
- PRs from branches starting with `copilot/` (Copilot coding agent PRs)
- PRs that are merged
- PRs merged in the last 24 hours
- Returns: PR number, title, merge timestamp, additions, deletions, files changed, URL
Expand Down Expand Up @@ -283,7 +283,7 @@ If no Copilot PRs were merged in the last 24 hours:
```markdown
# 🤖 Daily Copilot PR Merged Report - [DATE]

No Copilot agent pull requests were merged in the last 24 hours.
No Copilot coding agent pull requests were merged in the last 24 hours.

---
_Generated by Copilot PR Merged Report (Run: [${{ github.run_id }}](...))_
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/copilot-session-insights.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading