Loading...
Loading...
Found 34 Skills
Finalize development branches for integration. Prepares branches for merging with cleanup, rebasing, and verification steps.
Fix all open GitHub issues labeled `internal request` in isolated worktrees, then open PRs
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work — guide the conclusion of development work by providing structured options such as merging, PR, or cleanup
This skill should be used when user asks to "create a PR", "make a pull request", "open PR for this branch", "submit changes as PR", "push and create PR", or runs /create-pr or /pr-creator commands.
Create pull requests on GitHub using GitHub MCP, GitHub CLI (gh), or the GitHub REST API. Use this skill when the user wants to submit changes as a pull request, following repository standards and templates.
Use when work is validated and ready to submit, to push to main and create PR for agent review
Autonomous rule adherence checker. Scans the codebase for rule violations, fixes the highest-impact ones in an isolated worktree, runs full validation, creates a PR. Uses memory to track progress across runs.
Use when creating commits, pull requests, releases, or tags. Triggers on「帮我提交」「commit」「提交代码」「创建 PR」「发布版本」「打 tag」「写 commit message」「推代码」
Pushes the current branch, creates a PR linked to the configured tracker issue, comments the PR link on the issue, and moves the issue to In review.
Automated jaan-to release preparation with validation, docs sync, version bump, and PR creation
Commit workflow for agent-media - builds, typechecks, creates changeset, and pushes
Implement a feature from issue, specs, and docs, then propose a PR