chore(skills): add the rfc-issue skill - #535
Open
filvecchiato wants to merge 1 commit into
Open
Conversation
The rfc skill covers the document and stops there, so the tracking issue that carries an RFC's implementation work had no guidance. This adds it: the title rule, the four-section body, and what belongs in each section — resulting-state Description, a Motivation concrete enough to disagree with, Requirements held to the constraints an implementer cannot get wrong, and a fixed Tasks list keeping every host box even where a host will not implement. Covers the case where no RFC PR exists yet too, since the issue often precedes the document: the source line names where the idea came from rather than a docs/rfcs/ path for a file nobody wrote, and thin Requirements are the honest outcome rather than something to pad. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
TarikGul
approved these changes
Aug 28, 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.
.claude/skills/rfc-issue/covers the tracking issue an RFC gets: the title rule (RFC number dropped), therfclabel, and a four-section body — Description, Motivation, Requirements, Tasks — short enough to be read.It also covers the case where no RFC exists yet, since the issue often precedes the document: the source line names where the idea came from rather than a
docs/rfcs/path for a file nobody wrote.The
rfcskill ends at the document; this one covers the issue on either side of it.