Add a SKILL for adding and verifying copyright headers#9779
Merged
elliette merged 4 commits intoflutter:masterfrom Apr 17, 2026
Merged
Add a SKILL for adding and verifying copyright headers#9779elliette merged 4 commits intoflutter:masterfrom
elliette merged 4 commits intoflutter:masterfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new skill for adding copyright headers to various file types, including Dart, YAML, HTML, and Markdown. The review feedback highlights two important improvements: first, the instructions need to account for files with frontmatter to prevent parsing errors by placing the header after the frontmatter block; second, the instructions should explicitly guide the user to add a missing copyright header to existing files using the current year.
srawlins
approved these changes
Apr 17, 2026
jakemac53
reviewed
Apr 17, 2026
jakemac53
approved these changes
Apr 17, 2026
rishika0212
pushed a commit
to rishika0212/devtools
that referenced
this pull request
Apr 21, 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.
Adds a SKILL for copyright headers - hopefully will prevent agentic changes like the following: