Add the mux agent skill and a pre-existing-bug rule - #31
Merged
Conversation
Bring the mux agent-orientation skill into the context repo as SKILL.md so it is version-controlled and shared, not only a local Claude Code skill. Link it from AGENTS.md and index it in llms.txt. Add a cross-repo rule: a pre-existing bug uncovered while fixing an issue that directly impacts or is closely related to it should be fixed as part of that work; unrelated ones get their own issue. Never silently leave an uncovered bug or bundle an unrelated fix into a PR. The same rule is in SKILL.md, plus a note on the rc-leak-check runtime-cache trap.
|
| Filename | Overview |
|---|---|
| AGENTS.md | Links the canonical agent skill and adds the cross-repository policy for handling discovered bugs. |
| SKILL.md | Introduces the shared Mux orientation skill with language facts, authoritative-source pointers, and workflow rules. |
| llms.txt | Adds the new agent-orientation skill to the documentation index. |
Reviews (2): Last reviewed commit: "Skill: run the code-review skill on the ..." | Re-trigger Greptile
Add a cross-repo workflow rule (alongside branch+PR / Greptile / Sonar): run /code-review on the working diff and fix its findings before opening a PR, so the change is clean before Greptile and SonarCloud see it.
|
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.



Brings the
muxagent-orientation skill into the context repo asSKILL.md(version-controlled and shared, not only a local Claude Code skill), linked from AGENTS.md and indexed in llms.txt.Adds a cross-repo rule: a pre-existing bug uncovered while fixing an issue that directly impacts or is closely related to it is fixed as part of that work; unrelated ones get their own issue. Never silently leave an uncovered bug or bundle an unrelated fix into a PR. (Same rule in SKILL.md, plus a note on the rc-leak-check runtime-cache trap.)
🤖 Generated with Claude Code