feat(compound-engineering): assign the most relevant existing label when creating a tracker issue#736
Merged
Merged
Conversation
…hen creating a tracker issue Closes #734
Owner
Author
Code ReviewStatus: clean Findings
🟡 Minor 1. Instruct passing the label name as a discrete CLI argument (shell-injection hardening)
🟡 Minor 2. Note that label
|
pekral
marked this pull request as ready for review
July 15, 2026 11:34
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
rules/compound-engineering/general.mdc, right after Claim a tracker issue before working on it.gh label list --json name,descriptionon GitHub), match by type + domain, never invent a new label and never fall back to a random/first-available one; when nothing genuinely fits, create the issue unlabelled.EPIC(owned bycreate-issues-from-text) stays the sole sanctioned exception. JIRA is documented as a secondary path (free-text labels,aclilimits); Bugsnag is explicitly out of scope.skills/create-issue/SKILL.md,skills/create-issues-from-text/SKILL.md,skills/blueprint/SKILL.md,skills/product-capability/SKILL.md. No agent files touched.tests/Installer/CompoundEngineeringContentTest.php(section heading,gh label list, no-random-label wording,EPICexception) andtests/Installer/SkillsContentTest.php(byte-identical reference sentence per skill).CHANGELOG.md— onefeatline under[Unreleased].Closes #734
Test plan
composer buildgreen (328 tests, 100% coverage, phpcs/phpstan/skill-check all pass)gh label create EPICpin intests/Installer/AgentsTest.php(lines 279-297) untouched and still passing