dyoshikawa/rulesync

A Utility CLI for AI Coding Agents

1.4kStars on the repository
45Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

agent-team

01

dyoshikawa/rulesync

Skill Claude CodeCodex

Form an Agent Team of Implementer and Reviewer subagents to tackle the given task, looping implementation and review until the Reviewer reports zero high-or-above findings and no more than three mid findings.

1.4k yesterday A 42 tokens original MIT

approve

02

dyoshikawa/rulesync

Skill Claude CodeCodex

Approve a pull request using gh pr review --approve.

1.4k yesterday A 12 tokens original MIT

dyoshikawa/rulesync

Skill Claude CodeCodex

Babysit a Dependabot dependency-bump PR all the way to merge: verify the author is the genuine Dependabot bot, diagnose and resolve any CI failure (excluding or fixing a breaking bump when needed), get every check green, and merge. Use when the user wants to shepherd a Dependabot bump PR to merge.

1.4k yesterday A 73 tokens original MIT

batch-all-issues

04

dyoshikawa/rulesync

Skill Claude CodeCodex

Resolve every open issue one at a time: fact-check each with web research, close the ones that need no action, and run the goal-pr skill to fix, review, and merge the ones that do — repeating until no actionable issues remain.

1.4k yesterday A 56 tokens original MIT

dyoshikawa/rulesync

Skill Claude CodeCodex

Resolve every open maintainer-scrap issue one at a time: fact-check each with web research, close the ones that need no action, and run the goal-pr skill to fix, review, and merge the ones that do — repeating until no actionable scrap issues remain.

1.4k yesterday A 65 tokens copy · 94% MIT

dyoshikawa/rulesync

Skill Claude CodeCodex

Batch-triage open pull requests: list PRs with prs-awaiting-maintainer, review each with review-pr, then post-review-comments when there are merge-blocker findings, or create-scrap-issue for non-blocking findings and merge-pr when there are none. Use when the user wants to review and resolve a batch of PRs in one pass.

1.4k yesterday A 83 tokens original MIT

clean-branches

07

dyoshikawa/rulesync

Skill Claude CodeCodex

Clean up unnecessary local branches and prune stale remote-tracking branches.

1.4k yesterday A 16 tokens original MIT

commit-push-pr

09

dyoshikawa/rulesync

Skill Claude CodeCodex

Commit current changes, push to remote, and create or update a pull request. Use when the user wants to commit and create a PR, push changes and open a pull request, or ship their current work as a PR.

1.4k yesterday A 50 tokens original MIT

dyoshikawa/rulesync

Skill Claude CodeCodex

Create a GitHub issue from a vague idea by thoroughly researching the topic on the web to sharpen the specification before filing.

1.4k yesterday A 30 tokens original MIT

create-issue

11

dyoshikawa/rulesync

Skill Claude CodeCodex

Create a GitHub issue with detailed description, purpose, and appropriate labels.

1.4k yesterday A 18 tokens original MIT

create-scrap-issue

12

dyoshikawa/rulesync

Skill Claude CodeCodex

Create a GitHub issue that consolidates passed content into a single scrap issue with background context and solution details, labeled as maintainer-scrap. Use when the user wants to create a scrap issue, jot down notes as a GitHub issue, or save findings for later.

1.4k yesterday A 63 tokens original MIT

diff-analyze

13

dyoshikawa/rulesync

Skill Claude CodeCodex

Analyze the differences between the current branch and origin/main, and summarize the current work progress.

1.4k yesterday A 21 tokens original MIT

dyoshikawa/rulesync

Skill Claude CodeCodex

Draft a GitHub issue targeting a third-party repository (outside this project's owner). Researches the target repo's conventions and the topic in depth, iterates with the user on scope and tone, and produces a final body saved to tmp/external-repository-issues/.md for the user to post manually when gh auth lacks…

1.4k yesterday A 79 tokens original MIT

draft-release-post

15

dyoshikawa/rulesync

Skill Claude CodeCodex

A workflow for drafting Japanese release-announcement posts for X, based on GitHub release notes and contributor information.

1.4k yesterday A 19 tokens original MIT

explain-issue

17

dyoshikawa/rulesync

Skill Claude CodeCodex

Explain a GitHub issue: the background problem and the proposed solution.

1.4k yesterday A 18 tokens original MIT

explain-pr

18

dyoshikawa/rulesync

Skill Claude CodeCodex

Explain a PR: the background problem and the proposed solution.

1.4k yesterday A 15 tokens original MIT

git-worktree-runner

19

dyoshikawa/rulesync

Skill Claude CodeCodex

Manages git worktrees using git-worktree-runner (gtr). Use when the user needs to create, list, remove, or navigate worktrees with git gtr commands, open editors or AI tools in worktrees, manage parallel development branches, or check out GitHub PRs (including from forks) into worktrees.

1.4k yesterday A 75 tokens original MIT

goal-pr

20

dyoshikawa/rulesync

Skill Claude CodeCodex

Drive a pull request to a clean state and merge it: run the review-pr skill, fix every mid-or-above finding, and repeat until no mid-or-above findings remain, then merge. Use when the user wants to finish a PR by reviewing, fixing, and merging it, or triggers on "the goal-pr skill".

1.4k yesterday A 74 tokens original MIT

goal-release

21

dyoshikawa/rulesync

Skill Claude CodeCodex

Cut a release end to end: use the draft-release skill to open the release PR and draft GitHub release, wait for CI to turn green, run the merge-pr skill to merge the release PR, then update the Homebrew formula from the published release assets. Use when the user wants to draft and merge a release in one go, or…

1.4k yesterday A 86 tokens original MIT

merge-pr

22

dyoshikawa/rulesync

Skill Claude CodeCodex

Merge a pull request using gh pr merge --admin.

1.4k yesterday A 13 tokens original MIT

opencode-gpt-review

23

dyoshikawa/rulesync

Skill Claude CodeCodex

Run the review-full-pr skill on another model (github-copilot/gpt-5.4) via opencode, then thoroughly investigate and vet the resulting findings, and present only the valid ones to the user.

1.4k yesterday C 52 tokens original MIT

playwright-cli

24

dyoshikawa/rulesync

Skill Claude CodeCodex

Automate browser interactions, test web pages and work with Playwright tests.

1.4k yesterday A 19 tokens copy · 88% MIT