docs(skills): document Build and Partial Rebuild exit codes for powerpoint skill - #2554
Open
tasdevani21 wants to merge 3 commits into
Open
docs(skills): document Build and Partial Rebuild exit codes for powerpoint skill#2554tasdevani21 wants to merge 3 commits into
tasdevani21 wants to merge 3 commits into
Conversation
…point Add exit code documentation to the Build and Partial Rebuild sections of the PowerPoint skill, matching the sibling Dry-Run Validation bullet style so all three action sections describe exit codes consistently. Fixes microsoft#2044 📝
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2554 +/- ##
==========================================
- Coverage 82.75% 82.68% -0.08%
==========================================
Files 155 143 -12
Lines 20960 20850 -110
Branches 13 0 -13
==========================================
- Hits 17345 17239 -106
+ Misses 3613 3611 -2
+ Partials 2 0 -2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
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
Description
Adds exit code documentation to the Build and Partial Rebuild action sections of the PowerPoint skill (
.github/skills/experimental/powerpoint/SKILL.md).Contributors and agents using these actions previously had no way to distinguish a real failure (
EXIT_FAILURE) from a configuration problem (EXIT_ERROR) without reading the script source. This PR surfaces the three documented exit codes (EXIT_SUCCESS,EXIT_FAILURE,EXIT_ERROR) inline next to each action, matching the sibling Dry-Run Validation section that already documents its exit codes.Style choice: the sibling Dry-Run section uses a compact bulleted list, so the new Build and Partial Rebuild entries use the same bullet format (rather than a table) to keep all three action sections stylistically consistent, per the repo Priority Rule that codebase conventions take precedence.
Related Issue(s)
Fixes #2044
Type of Change
Code & Documentation:
AI Artifacts:
.github/skills/*/SKILL.md)Testing
Manually verified the rendered markdown matches the sibling Dry-Run Validation exit-code list format. Only
SKILL.mdis modified; no code, script, frontmatter, or generated docs changed.Checklist
Required Checks
Required Local Checks
npm run validate:localnpm run validate:docsnpm run spell-checknpm run lint:md-linksSecurity Considerations
Additional Notes
Scope is intentionally minimal: two small bullet blocks added, no other edits to the file or repository.