2 new efficiency skills to reduce cost and wasted cpu cycles in github actions and codespaces#1766
Merged
Merged
Conversation
Contributor
🔍 Skill Validator Results✅ All checks passed
Summary
Full validator output```text Found 2 skill(s) [github-actions-efficiency] 📊 github-actions-efficiency: 995 BPE tokens [chars/4: 1,137] (detailed ✓), 10 sections, 1 code blocks [github-codespaces-efficiency] 📊 github-codespaces-efficiency: 1,019 BPE tokens [chars/4: 1,166] (detailed ✓), 10 sections, 1 code blocks ✅ All checks passed (2 skill(s)) ``` |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds two new agent skills aimed at reducing GitHub Actions and GitHub Codespaces spend by guiding Copilot through opinionated audits, fix prioritization, and reporting. The skills follow the existing skills/ layout (SKILL.md plus references/ material) and are registered in the generated skills index.
Changes:
- New
github-actions-efficiencyskill with SKILL.md and four references (actions, patterns, reporting, review-rubric). - New
github-codespaces-efficiencyskill with SKILL.md and two references (codespaces, review-rubric). - Generated update to
docs/README.skills.mdlisting both new skills.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| skills/github-actions-efficiency/SKILL.md | Entry point describing when/how to apply the Actions efficiency workflow. |
| skills/github-actions-efficiency/references/actions.md | Detailed Actions audit, gating, matrix and live-validation guidance. |
| skills/github-actions-efficiency/references/patterns.md | Canonical YAML snippets for caching, concurrency, paths, matrices. |
| skills/github-actions-efficiency/references/reporting.md | Rules for before/after reporting and follow-up review pass. |
| skills/github-actions-efficiency/references/review-rubric.md | Rubric for reviewing completed Actions efficiency work. |
| skills/github-codespaces-efficiency/SKILL.md | Entry point describing the Codespaces efficiency workflow. |
| skills/github-codespaces-efficiency/references/codespaces.md | Devcontainer/machine/prebuild audit and reporting guidance. |
| skills/github-codespaces-efficiency/references/review-rubric.md | Rubric for reviewing completed Codespaces efficiency work. |
| docs/README.skills.md | Adds index entries for both new skills. |
aaronpowell
reviewed
May 19, 2026
Contributor
aaronpowell
left a comment
There was a problem hiding this comment.
Some questions/comments on the skills and a small nit
aaronpowell
approved these changes
May 25, 2026
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.
Pull Request Checklist
npm startand verified thatREADME.mdis up to date.stagedbranch for this pull request.Description
Adds 2 new skills,
github-actions-efficiencyskill focused on reducing GitHub Actions waste.github-codespaces-efficiencyskill focused on reducing GitHub Codespaces waste.These skills provide:
SKILL.mdentry point with scope, workflow, output shape, and review rubric.npm run build.Validation run locally:
node ./eng/validate-skills.mjsnpm run buildType of Contribution
Additional Notes
This PR targets
stagedand is opened from the contributor fork branchmutl3y:workflow_cost.By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.