feat: add agent skills for PR workflows and cross-repo sync#457
Open
shatakshiiii wants to merge 2 commits intomainfrom
Open
feat: add agent skills for PR workflows and cross-repo sync#457shatakshiiii wants to merge 2 commits intomainfrom
shatakshiiii wants to merge 2 commits intomainfrom
Conversation
Add pr-new, pr-review, pr-contributor-review, and tox skills adapted from ansible/apme. Add sync-skills workflow to propagate skills weekly to 10 consumer repos. Related: AAP-44292
Remove extra blank line flagged by ansible-lint.
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
Changes
.agents/skills/tox/SKILL.md— Tox environment reference adapted to team-devtools envs (lint, py, docs, pkg, devel, deps).agents/skills/pr-new/SKILL.md— PR submission workflow with quality gates, conventional commits, and PR template.agents/skills/pr-review/SKILL.md— PR review handling: responding to comments, GraphQL thread resolution, Copilot patterns, deferred work tracking.agents/skills/pr-contributor-review/SKILL.md— Contributor PR review checklist: upstream sync, quality gates, description quality.agents/skills/README.md— Skills index.github/workflows/sync-skills.yml— Centralized workflow that syncs skills to 10 repos (weekly + on change + manual dispatch)AGENTS.md— Added Agent Skills section with invocation tableKey adaptations from apme
tox -e unit→tox -e py(team-devtools naming)ansible/team-devtoolsSync workflow details
.agents/skills/to: ansible-compat, ansible-creator, ansible-dev-environment, ansible-dev-tools, ansible-lint, ansible-navigator, molecule, pytest-ansible, tox-ansible, vscode-ansible.agents/skills/**changes to main, manual dispatchBOT_PATfromackenvironmentTest plan
sync-skillsviaworkflow_dispatchand verify skills appear in a target repoRelated: AAP-71791