Creates a Pull Request for the current git branch on GitHub. Use this when a Pull Request needs to be created to track the current feature branch changes on GitHub.
When creating a Pull Request, follow those steps.
agent: ask_followup_question to ask the user which GitHub issues are closed by or related to this Pull Request, even if you know of some of those issues already. There could be more GitHub issues that you are not aware of.agent: write_to_file tool to write the devised Pull Request description in a temporary file (later referenced as {pr_description_file}), inside the directory .x_aeon_agents/tmp/prs.Example of a Pull Request description:
This PR implements conditional debug logging in STDOUT.
## Changes
- Modified `lib/my_class.rb` to check for `DEBUG=1` environment variable.
- Updated `README.md` with instructions on how to use the new debugging feature.
## Related Issues
- Closes #29
- Relates to #28
## Original Request
> Add support to debug mode to implement issue 29.
> No need to modify the tests.
cli: ruby {skill_path}/scripts/create_pr {pr_title} {pr_description_file} to create the Pull Request.cli: gh directly to create Pull Requests; the script wrapper must be used to handle multiline descriptions and append the AI agent signature to the Pull Request description.Example:
ruby .cline/skills/creating-pull-request/scripts/create_pr "Add support for debug mode in CLI arguments" .x_aeon_agents/tmp/prs/pr_desc.txt
Example:
rm .x_aeon_agents/tmp/prs/pr_desc.txt
Before declaring the task complete:
skill: creating-pull-request.Those examples are given for a Linux environment. Adapt them if you are running in a Windows environment.
This skill should perform the following commands:
# Use agent tool ask_followup_question to ask the user about GitHub issue numbers that relate to this Pull Request
# Use agent tool write_to_file to create file ./.x_aeon_agents/tmp/prs/pr_desc.txt
ruby .cline/skills/creating-pull-request/scripts/create_pr "Add support for debug mode in CLI arguments" .x_aeon_agents/tmp/prs/pr_desc.txt
rm .x_aeon_agents/tmp/prs/pr_desc.txt
npx skills add Muriel-Salvan/creating-pull-request下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer