Skip to content

Remove daily-skill-optimizer agentic workflow - #53570

Merged
pelikhan merged 2 commits into
mainfrom
copilot/skill-optimizer-improvements
Aug 18, 2026
Merged

Remove daily-skill-optimizer agentic workflow#53570
pelikhan merged 2 commits into
mainfrom
copilot/skill-optimizer-improvements

Conversation

Copilot AI commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

The daily skill optimizer workflow has been running in dry-run mode without OPENROUTER_API_KEY, making it a permanent no-op that produces no actionable signal while still consuming CI time. Per maintainer request, this workflow is being removed entirely rather than fixed.

Changes

  • Workflow removal: deleted .github/workflows/daily-skill-optimizer.md and its compiled .github/workflows/daily-skill-optimizer.lock.yml
  • Config cleanup: deleted .skill-optimizer/ directory (skill-optimizer.json, suite.yml, and task JSON files), which was only used by this workflow

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Update daily skill optimizer with API key provisioning Remove daily-skill-optimizer agentic workflow Aug 18, 2026
Copilot AI requested a review from pelikhan August 18, 2026 03:18
@pelikhan
pelikhan marked this pull request as ready for review August 18, 2026 03:30
Copilot AI balanced review requested due to automatic review settings August 18, 2026 03:30
@pelikhan
pelikhan merged commit fdbecfe into main Aug 18, 2026
1 check passed
@pelikhan
pelikhan deleted the copilot/skill-optimizer-improvements branch August 18, 2026 03:31

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

Removes the permanently inactive daily skill optimizer workflow and its dedicated configuration.

Changes:

  • Deletes the source and compiled workflow.
  • Removes optimizer configuration, suite, and task fixtures.
Show a summary per file
File Description
.github/workflows/daily-skill-optimizer.md Removes workflow source.
.github/workflows/daily-skill-optimizer.lock.yml Removes compiled workflow.
.skill-optimizer/skill-optimizer.json Removes optimizer configuration.
.skill-optimizer/suite.yml Removes benchmark suite.
.skill-optimizer/task-ansi-escape-prevention.json Removes task fixture.
.skill-optimizer/task-sanitized-outputs-migration.json Removes task fixture.
.skill-optimizer/task-skill-optimizer-clean-git.json Removes task fixture.

Review details

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

Suppressed comments (1)

.github/workflows/daily-skill-optimizer.md:1

  • Deleting this workflow leaves the checked-in Agent Factory page with a row linking to both deleted files (docs/src/content/docs/agent-factory-status.mdx:121). That page is generated from the current .lock.yml files by scripts/generate-agent-factory.js, so please run make generate-agent-factory and commit the resulting removal to avoid publishing a dead workflow entry.
  • Files reviewed: 6/7 changed files
  • Comments generated: 0
  • Review effort level: Balanced

@github-actions

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.87.1

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.

[skill-optimizer] Daily Skill Optimizer Improvements - 2026-08-18

3 participants