Skip to content

Add daily GitHub Docs SEO optimizer#47975

Merged
pelikhan merged 1 commit into
mainfrom
copilot/agentic-workflows-optimization
Jul 25, 2026
Merged

Add daily GitHub Docs SEO optimizer#47975
pelikhan merged 1 commit into
mainfrom
copilot/agentic-workflows-optimization

Conversation

Copilot AI commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Adds a daily workflow that measures whether Copilot CLI recommends Agentic Workflows for common repository automation requests and identifies minimal documentation changes likely to improve discovery.

Changes

  • Baseline generation

    • Generates 10 diverse, solution-neutral automation requests.
    • Covers maintenance, triage, reporting, security, releases, and documentation.
  • Isolated evaluation

    • Evaluates each request in a separate Copilot SDK session.
    • Disables repository, shell, and edit access to prevent source-code bias.
    • Collects three ranked recommendations and the documentation pages actually used.
  • SEO analysis

    • Measures Agentic Workflows recommendation rate and rank.
    • Aggregates documentation citation frequency and missed automation intents.
    • Produces a maximum of three evidence-based documentation recommendations, ranked by expected reward relative to update size.
  • Daily reporting

    • Creates one rolling GitHub issue containing the baseline results, source evidence, and minimal update plan.
    • Automatically closes older reports.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI requested a review from pelikhan July 25, 2026 10:48
@pelikhan
pelikhan marked this pull request as ready for review July 25, 2026 10:52
Copilot AI review requested due to automatic review settings July 25, 2026 10:52
@pelikhan
pelikhan merged commit 9fd30a5 into main Jul 25, 2026
22 checks passed
@pelikhan
pelikhan deleted the copilot/agentic-workflows-optimization branch July 25, 2026 10:52

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds a daily Agentic Workflow to evaluate Copilot CLI automation recommendations and propose documentation improvements.

Changes:

  • Generates and evaluates 10 automation requests in isolated sub-agent sessions.
  • Produces a rolling issue with recommendation metrics and documentation opportunities.
  • Adds the compiled GitHub Actions workflow.
Show a summary per file
File Description
.github/workflows/daily-github-docs-seo-optimizer.md Defines the evaluation and reporting workflow.
.github/workflows/daily-github-docs-seo-optimizer.lock.yml Compiled GitHub Actions workflow.

Review details

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/2 changed files
  • Comments generated: 2
  • Review effort level: Medium

tools:
github: false
bash: false
edit: false
Comment on lines +131 to +133
Do not use tools, read files, inspect the workspace, or ask follow-up questions. Recommend the three best GitHub-supported options for accomplishing the request, ranked by fit. Keep each option concise and explain why it fits.

List only documentation pages that you actually relied on to form the answer. Use canonical URLs when known. Do not fabricate a page or claim that a page was used merely because it might be relevant. Return an empty array when no specific documentation page was used.
@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.83.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants