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 页面并帮你完成安装。
| 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