webda-pull-request
スター17
フォーク3
更新日2026年4月8日 16:58
Generate pull requests for code changes
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Generate pull requests for code changes
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | webda-pull-request |
| description | Generate pull requests for code changes |
Use this skill to generate pull requests for code changes.
pnpm run build
pnpm run test
Ensure code coverage: Make sure that your code changes are covered by tests. You can check the code coverage report generated by your testing framework.
Lint your code: Run a linter to ensure that your code adheres to the project's coding standards. For example, if you're using ESLint, run:
pnpm run lint