refactor: convert commands to skills format#1391
Merged
dyoshikawa merged 1 commit intomainfrom Mar 30, 2026
Merged
Conversation
Convert 7 command files to skill format (SKILL.md in subdirectories): - clean-worktrees, create-issue, explain-pr, merge-pr, post-review-comment, release-dry-run, release, security-scan-diff Only draft-release-post.md remains as a command. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Rulesync skill definitions to conform to the expected SKILL.md frontmatter schema (notably ensuring each skill has a name), supporting the ongoing migration from legacy .rulesync/commands/* to .rulesync/skills/*.
Changes:
- Add missing
namefields to multiple.rulesync/skills/*/SKILL.mdfrontmatters. - Reorder frontmatter keys in some skills to consistently follow
name,description,targets.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .rulesync/skills/security-scan-diff/SKILL.md | Add missing name in frontmatter. |
| .rulesync/skills/release/SKILL.md | Add missing name in frontmatter. |
| .rulesync/skills/release-dry-run/SKILL.md | Add missing name in frontmatter. |
| .rulesync/skills/post-review-comment/SKILL.md | Add missing name and reorder frontmatter keys. |
| .rulesync/skills/merge-pr/SKILL.md | Add missing name and reorder frontmatter keys. |
| .rulesync/skills/explain-pr/SKILL.md | Add missing name and reorder frontmatter keys. |
| .rulesync/skills/create-issue/SKILL.md | Add missing name and reorder frontmatter keys. |
| .rulesync/skills/clean-worktrees/SKILL.md | Add missing name in frontmatter. |
Comments suppressed due to low confidence (1)
.rulesync/skills/security-scan-diff/SKILL.md:3
- PR description says "Convert 7 command files" but the enumerated list includes 8 items (including security-scan-diff). Please align the summary count with the actual number of converted commands/skills to avoid confusion.
Owner
Author
|
@dyoshikawa Thank you! |
1 task
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
.rulesync/commands/to skill format (.rulesync/skills/<name>/SKILL.md)draft-release-post.mdremains as a commandTest plan
pnpm cicheckpasses🤖 Generated with Claude Code