Add onboard-team-area skill#5615
Merged
Merged
Conversation
Encodes the repeatable steps for onboarding a new team or reserving a new code area in the CLI: add the team to .github/OWNERTEAMS, reserve experimental/<area>/ and acceptance/experimental/<area>/, and map both paths in .github/OWNERS so the maintainer-approval gate routes the area's PRs to the team. Mirrors PR #5605. Includes a short experimental-vs-stable note and a pointer to the aitools graduation (PR #4917) so a new team knows where code lives and how it later moves to a stable top-level command. Co-authored-by: Isaac
Collaborator
Integration test reportCommit: 0c2246e
23 interesting tests: 15 SKIP, 7 KNOWN, 1 flaky
Top 24 slowest tests (at least 2 minutes):
|
janniklasrose
approved these changes
Jun 17, 2026
Collaborator
Integration test reportCommit: 1afc8b4
567 interesting tests: 475 MISS, 56 FAIL, 21 RECOVERED, 7 KNOWN, 4 PANIC, 2 flaky, 2 SKIP
Top 50 slowest tests (at least 2 minutes):
|
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.
Changes
Add
.agent/skills/onboard-team-area/SKILL.md, a small skill that encodes the repeatable steps for onboarding a new team or reserving a new code area:.github/OWNERTEAMS(explicit@members, the source of truth).experimental/<area>/andacceptance/experimental/<area>/with.gitkeep..github/OWNERS.It also has a short experimental-vs-stable note and a pointer to the aitools graduation (PR #4917) so a new team knows where code lives and how it later moves to a stable top-level command.
Why
PR #5605 onboarded the ai-training team by hand-editing
OWNERTEAMS+OWNERSand reserving the experimental dirs, but that recipe was not written down. This skill captures it so the next onboarding is one prompt. It lives in-repo under.agent/skills(next topr-checklistandbump-cli-compat, not in an external plugin) so it versions alongside the OWNERS files it describes.Tests
./task checkspr-checklistandbump-cli-compatskillsThis pull request and its description were written by Isaac.