Restore root SKILL.md and TRIGGER.md for fleet library onboarding#5
Merged
Conversation
The github-pr-reviewer fleet bundle lost its root-level SKILL.md and TRIGGER.md when the nested skill directory was removed, blocking the agentsfleet fleet library onboarding flow and the published quickstart. Restores both at repo root, matching the agentsfleet monorepo's tests/fixtures/fleetbundle/github-pr-reviewer fixture.
This was referenced Jul 12, 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.
Summary
SKILL.mdandTRIGGER.mdthat were removed (see #139c5a8, "Delete github-pr-reviewer directory"), which left this repo without the fleet-bundle shape the agentsfleet fleet library onboarding flow expects.tests/fixtures/fleetbundle/github-pr-reviewer/{SKILL.md,TRIGGER.md}fixture, which the fleet-library test suite already treats as the reference shape for this bundle.M123_001_P0_API_CLI_DOCS_V2_LAUNCH_DOCUMENTATION.md.Test plan
agentsfleet fleet install github-pr-reviewer(or equivalent library onboarding path) resolves this repo and loads the bundle correctlygitleaks detect— no leaks foundGreptile Summary
This PR restores the root fleet bundle used to onboard the GitHub pull-request reviewer. The main changes are:
SKILL.mdwith the review workflow and operating constraints.TRIGGER.mdwith the GitHub webhook and runtime declarations.Confidence Score: 5/5
This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "fix: restore root SKILL.md and TRIGGER.m..." | Re-trigger Greptile