chore: remove skill-drift and skill-audit workflows#272
Merged
Conversation
The skill-audit.yml (weekly scheduler), skill-drift.yml (PR trigger), and skill-drift-check.yml (reusable checker) generated bot noise issues that added no value. The weekly scheduler opened duplicate GitHub issues for skill file staleness; the PR checker emitted non-blocking warnings. Remove all three workflows and their supporting docs/skills/skill-improvement.md. Update factory-operations.md, MAINTAINERS.md, SKILL.md, and consumer-guide.md to remove all references. Assisted-by: Claude Sonnet 4.6 via GitHub Copilot Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned Files
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the three skill-drift/skill-audit workflows and supporting docs that were generating bot noise issues.
What
.github/workflows/skill-audit.yml(weekly scheduler — source of skill-drift issues).github/workflows/skill-drift.yml(PR trigger).github/workflows/skill-drift-check.yml(reusable checker)docs/skills/skill-improvement.mdfactory-operations.md,MAINTAINERS.md,SKILL.md, andconsumer-guide.mdto remove all referencesWhy
The weekly audit was opening GitHub issues for skill file staleness that added no signal. The PR-time checker was a non-blocking warning nobody acted on. Both generated noise in the issue tracker.
Consumer validation
Consumer PR: N/A — no action.yml or reusable workflow behavior changed; workflows deleted are internal to this repo only
Consumer CI run: N/A — no action.yml or reusable workflow behavior changed
Out-of-org consumer impact: N/A