Add agentic workflows skill - #2723
Open
VeVarunSharma wants to merge 1 commit into
Open
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
🔒 PR Risk Scan ResultsScanned 1 changed file(s).
✅ No matching risk patterns were detected in changed files.
|
Contributor
🔍 Vally Lint Results✅ All checks passed
Summary
Full linter output |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an installable skill for creating and maintaining secure GitHub Agentic Workflows using current upstream guidance.
Changes:
- Adds workflow routing, security, validation, and issue-triage guidance.
- Registers the skill in generated documentation.
Show a summary per file
| File | Description |
|---|---|
skills/agentic-workflows/SKILL.md |
Defines the new skill. |
docs/README.skills.md |
Adds the skill catalog entry. |
Review details
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
- Files reviewed: 2/2 changed files
- Comments generated: 2
- Review effort level: Balanced
Comment on lines
+100
to
+101
| gh aw compile <workflow-id> | ||
| gh aw compile --validate |
Comment on lines
+67
to
+71
| Prefer the official GitHub CLI installation path when installation is needed: | ||
|
|
||
| ```bash | ||
| gh extension install github/gh-aw | ||
| ``` |
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.mainbranch for this pull request.Description
Adds an installable
agentic-workflowsskill for designing, creating, updating, debugging, and upgrading GitHub Agentic Workflows (gh-aw).The skill dynamically loads the current upstream
create.mddispatcher and task-specific guidance, applies repository-local overlays, enforces read-only agent permissions with safe outputs, and documents a concrete issue-triage pattern for labeling, duplicate detection, clarification, and assignment.Type of Contribution
Additional Notes
The skill intentionally keeps version-specific
gh-awsyntax dynamic by fetching official upstream guidance instead of bundling a stale local copy. It has no bundled assets.By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.