PR Submitter
Ensures code quality and CI-readiness before automatically opening pull requests.
Install
mkdir -p .claude/skills/pr-submitter && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17795" && unzip -o skill.zip -d .claude/skills/pr-submitter && rm skill.zipInstalls to .claude/skills/pr-submitter
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
作業完了後に検証を行い、Pull Request (PR) を作成・送付する一連の流れを定義したスキルKey capabilities
- →Synchronizes with the latest main branch
- →Performs local quality checks like linting and type checking
- →Verifies translation key consistency
- →Checks UI size limits
- →Executes unit tests
- →Creates and pushes commits to a remote repository
How it works
The skill performs a series of local quality checks, including linting, type checking, and unit tests, before committing changes and creating a Pull Request.
Inputs & outputs
When to use PR Submitter
- →Automating PR submission
- →Validating UI size limits
- →Running full test suites
About PR Submitter
Performs local quality checks including linting, typing, size limits, and unit tests before pushing changes and opening a pull request.
作業完了後に検証を行い、Pull Request (PR) を作成・送付する一連の流れを定義したスキル
When not to use it
- →When the implementation work is not yet complete
- →When local validation checks are not desired
- →When a Pull Request is not intended to be created
Limitations
- →Requires all local quality checks to pass before proceeding
- →Needs explicit command execution permission
- →Relies on GitHub API or GitHub CLI for PR creation
How it compares
This skill automates a rigorous pre-push validation and PR creation workflow, preventing CI failures and ensuring adherence to quality standards, unlike manual submission.
Compared to similar skills
PR Submitter side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| PR Submitter (this skill) | 0 | 3mo | Review | Intermediate |
| ast-grep-find | 3 | 8mo | Review | Intermediate |
| code-change-verification | 4 | 5mo | Review | Beginner |
| dev | 2 | 6mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
You might also like
ast-grep-find
parcadei
AST-based code search and refactoring via ast-grep MCP
code-change-verification
openai
Run the mandatory verification stack when changes affect runtime code, tests, or build/test behavior in the OpenAI Agents Python repository.
dev
atopile
LLM-focused workflow for working in this repo: compile Zig, run the orchestrated test runner, consume test-report.json/html artifacts, and discover/debug ConfigFlags.
release-skills
JimLiu
Universal release workflow. Auto-detects version files and changelogs. Supports Node.js, Python, Rust, Claude Plugin, and generic projects. Use when user says "release", "发布", "new version", "bump version", "push", "推送".
http-client-python-bump-and-release
microsoft
Create a PR to bump dependencies or release a new version of the http-client-python package. Use when the user wants to bump TypeSpec/Azure-tools dependencies, update peer dependencies, or release a new version of the Python HTTP client.
mflux-pr
filipstrand
Make a clean PR in mflux (inspect diff, quick verification, commit, push, open PR) using repo conventions.