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

Installs 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) を作成・送付する一連の流れを定義したスキル
51 charsno explicit “when” trigger
Intermediate

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

You give it
Completed implementation work on a development branch
You get back
A Pull Request created on GitHub

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.

SkillInstallsUpdatedSafetyDifficulty
PR Submitter (this skill)03moReviewIntermediate
ast-grep-find38moReviewIntermediate
code-change-verification45moReviewBeginner
dev26moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry