Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

rulesync

يحتوي rulesync على 43 من skills المجمعة من dyoshikawa، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
43
Stars
1.3k
محدث
2026-07-22
Forks
135
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

draft-release
مطوّرو البرمجيات

Draft a new release of the project.

2026-07-22
agent-team
مطوّرو البرمجيات

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.

2026-07-22
approve
مطوّرو البرمجيات

Approve a pull request using gh pr review --approve

2026-07-22
babysit-dependabot-pr
مطوّرو البرمجيات

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.

2026-07-22
batch-all-issues
مطوّرو البرمجيات

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.

2026-07-22
batch-all-scrap-issues
مطوّرو البرمجيات

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.

2026-07-22
batch-review-prs-awaiting-maintainer
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-07-22
clean-branches
مطوّرو البرمجيات

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

2026-07-22
clean-worktrees
مطوّرو البرمجيات

Clean git worktrees created by git-worktree-runner

2026-07-22
commit-push-pr
مطوّرو البرمجيات

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.

2026-07-22
create-issue-with-websearch
مطوّرو البرمجيات

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

2026-07-22
diff-analyze
مطوّرو البرمجيات

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

2026-07-22
draft-issue-to-external-repository
مطوّرو البرمجيات

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 permission on the target.

2026-07-22
draft-release-post
محللو أبحاث السوق ومتخصصو التسويق

リリース告知のXポスト下書きを作成する

2026-07-22
explain-issue
مطوّرو البرمجيات

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

2026-07-22
explain-pr
مطوّرو البرمجيات

Explain a PR: the background problem and the proposed solution

2026-07-22
goal-pr
مطوّرو البرمجيات

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".

2026-07-22
goal-release
مطوّرو البرمجيات

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 triggers on "the `goal-release` skill".

2026-07-22
merge-pr
مطوّرو البرمجيات

Merge a pull request using gh pr merge --admin

2026-07-22
opencode-gpt-review
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-07-22
porting-another-repository
مطوّرو البرمجيات

Plan how to port a feature, configuration, or implementation from this repository into another repository. Analyzes the source feature here and the target repo's conventions, then writes a multi-file porting plan (overview, source analysis, target analysis, plan, diff) to tmp/porting-another-repository-{YYYYMMDD-HHmm}/*.md for the user to review and apply manually.

2026-07-22
post-issue-comment
مطوّرو البرمجيات

Post a reply comment on a GitHub issue in English with a natural, concise writing style, based on the intent passed as arguments

2026-07-22
post-review-comments
محللو ضمان جودة البرمجيات والمختبرون

Post line-level review comments and an overall review comment on a PR in English with a natural, concise writing style

2026-07-22
prs-awaiting-author
مطوّرو البرمجيات

List open pull requests where the ball is in the author's court: CI is failing, review comments are unaddressed, or a maintainer question is awaiting the author's reply. Use when the user wants to see PRs awaiting author action.

2026-07-22
prs-awaiting-maintainer
مطوّرو البرمجيات

List open pull requests where the ball is in the maintainer's court: CI is green and the PR is ready for a maintainer to review, re-review, or merge. Use when the user wants to see PRs awaiting maintainer action.

2026-07-22
pull-main
مطوّرو البرمجيات

Switch to main branch and pull latest changes with prune. Use when the user wants to pull latest main, update main, or sync main with remote.

2026-07-22
rebase-latest-main
مطوّرو البرمجيات

Fetch latest origin/main and rebase it onto the current branch, resolving conflicts if necessary. Use when the user wants to rebase on main, update their branch with latest main, or sync with upstream.

2026-07-22
research-tool-updates
مطوّرو البرمجيات

Research recent upstream releases of every rulesync target tool, detect capabilities rulesync has not yet followed, and file one GitHub issue per tool for the gaps.

2026-07-22
resolve-scrap-issues
مطوّرو البرمجيات

Fetch recent maintainer-scrap issues, validate each with web research, then either close the ones that need no action or open a single consolidated pull request that resolves the ones that do

2026-07-22
review-and-comments
محللو ضمان جودة البرمجيات والمختبرون

Review a PR for code quality and security issues, then post review comments on it. Runs review-pr followed by post-review-comments sequentially.

2026-07-22
review-pr-lite
محللو ضمان جودة البرمجيات والمختبرون

Review a pull request for code quality and security issues without using subagents. Use when the user wants a lighter-weight PR review in a single skill.

2026-07-22
review-pr
محللو ضمان جودة البرمجيات والمختبرون

Review a pull request for code quality and security issues. Use when the user wants to review a PR, check PR code changes, or audit a pull request. Triggers on: "review PR", "review pull request", "check this PR", "the `review-pr` skill".

2026-07-22
triage-issues
مطوّرو البرمجيات

Triage open GitHub issues by reviewing unlabeled ones and applying the most appropriate labels based on their content

2026-07-22
understand-scrap-issues
مطوّرو البرمجيات

Fetch the most recent maintainer-scrap issues (up to 3) and understand their content

2026-07-22
rulesync
المهن الحاسوبية الأخرى

Generates and syncs AI rule configuration files (.cursorrules, CLAUDE.md, copilot-instructions.md) across 20+ coding tools from a single source. Use when syncing AI rules, running rulesync commands, importing or generating rule files, or managing shared AI coding configurations.

2026-07-20
rulesync-feature-research
المهن الحاسوبية الأخرى

Maps rulesync feature implementations to upstream coding-agent documentation. Use when evaluating rulesync issues, comparing any coding-agent client with rulesync source capability surfaces, checking support, or planning a client map.

2026-07-17
release-dry-run
مطوّرو البرمجيات

Dry run for release: summarize changes since last release and suggest version bump.

2026-06-25
playwright-cli
محللو ضمان جودة البرمجيات والمختبرون

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

2026-05-26
skill-creator
المهن الحاسوبية الأخرى

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2026-04-01
create-issue
مطوّرو البرمجيات

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

2026-03-30
عرض أهم 40 من أصل 43 skills مجمعة في هذا المستودع.