[codex] Add Windows startup remediation skill - #2
Merged
Conversation
KarmCraft
force-pushed
the
codex/add-skills-library
branch
from
June 26, 2026 21:58
6df93af to
9596398
Compare
There was a problem hiding this comment.
Pull request overview
Adds a new sysadmin-windows-startup-remediation skill to turn startup-analysis evidence into an approval-gated, reversible remediation plan + record, and updates the existing startup-performance skill metadata/guidance to compose with remediation workflows.
Changes:
- Added the
sysadmin-windows-startup-remediationskill with safety guidance, target-type guidance, and plan/record templates. - Updated
sysadmin-windows-startup-performancemetadata, agent prompt, and safety guidance (including uninstall/removal-tool sourcing rules). - Updated top-level and per-skill install snippets to be more runtime/vendor-neutral.
Reviewed changes
Copilot reviewed 11 out of 14 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| sysadmin-windows-startup-remediation/tools/.gitkeep | Placeholder to keep tools/ in git. |
| sysadmin-windows-startup-remediation/templates/remediation-plan.md | New dry-run remediation plan template. |
| sysadmin-windows-startup-remediation/templates/change-record.md | New execution/verification/rollback record template. |
| sysadmin-windows-startup-remediation/state/.gitkeep | Placeholder to keep state/ in git (folder is gitignored). |
| sysadmin-windows-startup-remediation/SKILL.md | New skill definition, workflow, and operating rules. |
| sysadmin-windows-startup-remediation/reports/.gitkeep | Placeholder to keep reports/ in git (folder is gitignored). |
| sysadmin-windows-startup-remediation/references/target-types.md | Guidance for conservative, target-specific remediation/rollback patterns. |
| sysadmin-windows-startup-remediation/references/safety.md | Explicit approval/stop/rollback rules for change-capable remediation. |
| sysadmin-windows-startup-remediation/agents/openai.yaml | Agent metadata + default prompt for remediation skill. |
| sysadmin-windows-startup-performance/templates/local-performance/README.md | More generic install example for compatible runtimes. |
| sysadmin-windows-startup-performance/SKILL.md | Updated description to reflect broader target inventory + runtime wording. |
| sysadmin-windows-startup-performance/references/safety.md | Added uninstall/removal-tool sourcing and safety guidance. |
| sysadmin-windows-startup-performance/agents/openai.yaml | Updated prompt/metadata for performance skill. |
| README.md | Added remediation skill to index; updated install snippet and links. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Summary
sysadmin-windows-startup-remediationskill for approved, reversible Windows startup changes.Validation
quick_validate.py sysadmin-windows-startup-performancequick_validate.py sysadmin-windows-startup-remediationgit diff --check