[copilot-cli-research] Copilot CLI Deep Research - 2026-06-12 #38786
Closed
Replies: 1 comment
-
|
This discussion was automatically closed because it expired on 2026-06-13T05:27:11.670Z.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Analysis Date: 2026-06-12 | Scope: 246 total workflows, 133 Copilot (54%) | Run: 27396054543
Executive Summary
This first comprehensive analysis of Copilot CLI usage in gh-aw reveals strong SDK mode adoption (47%) and toolsets coverage (62%), but significant gaps in safety, autopilot, and persona features. Nine opportunity areas identified.
Key finding: 9 custom
.agent.mdfiles exist in.github/agents/(grumpy-reviewer, technical-doc-writer, adr-writer, ci-cleaner, contribution-checker, w3c-specification-writer, create-safe-output-type, interactive-agent-designer, custom-engine-implementation) yet none are used viaengine.agent:in any Copilot workflow.baremode is used in only 11% of workflows,max-continuationsin just 5%, andtoken-weights/api-targetare never used.Critical Findings
High Priority
54 workflows missing strict: true (41%) - Several have write permissions. strict enables fork PR injection protections. Affected: craft.md, release.md, refactoring-cadence.md, slide-deck-maintainer.md, super-linter.md.
13 daily scheduled workflows lack concurrency guards - Without deduplication, simultaneous triggers double AI credit usage. Affected: copilot-cli-deep-research.md, daily-safe-output-integrator.md, repository-quality-improver.md, spec-extractor.md, spec-librarian.md, sub-issue-closer.md, update-astro.md, others.
Medium Priority
9 custom agent files unused - grumpy-reviewer, technical-doc-writer, adr-writer, ci-cleaner, contribution-checker and 4 more are available but never referenced via engine.agent: in production Copilot workflows.
max-continuations at 5% (7/133) - This Copilot-exclusive autopilot feature is ideal for long-running research/refactoring workflows (30-45 min timeouts). Only 7 of 133 use it.
Feature Usage Matrix
Recommendations
Immediate:
Short-term:
Long-term:
Best Practice Guidelines
Baseline saved to repo-memory at copilot-cli-research/latest.json for future trend analysis.
References: 27396054543
Beta Was this translation helpful? Give feedback.
All reactions