Skip to content

Fix gh cli skill approve PR command example#667

Open
jvanderwee wants to merge 1 commit intogithub:mainfrom
jvanderwee:patch-1
Open

Fix gh cli skill approve PR command example#667
jvanderwee wants to merge 1 commit intogithub:mainfrom
jvanderwee:patch-1

Conversation

@jvanderwee
Copy link

Pull Request Checklist

  • I have read and followed the CONTRIBUTING.md guidelines.
  • My contribution adds a new instruction, prompt, agent, or skill file in the correct directory.
  • The file follows the required naming convention.
  • The content is clearly structured and follows the example format.
  • I have tested my instructions, prompt, agent, or skill with GitHub Copilot.
  • I have run npm start and verified that README.md is up to date.

Description

Line 1154 appears to be a continuation of the previous command but is formatted incorrectly. The --approve-body flag should be part of the complete command on line 1152-1153, not a standalone line. This will cause syntax errors if copied as-is.


Type of Contribution

  • New instruction file.
  • New prompt file.
  • New agent file.
  • New collection file.
  • New skill file.
  • Update to existing instruction, prompt, agent, collection or skill.
  • Other (please specify):

Additional Notes


By submitting this pull request, I confirm that my contribution abides by the Code of Conduct and will be licensed under the MIT License.

Copilot AI review requested due to automatic review settings February 5, 2026 09:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes a syntax error in the GitHub CLI skill documentation where a command example for approving a pull request was incorrectly formatted across multiple lines.

Changes:

  • Corrected the multi-line command syntax by adding a line continuation backslash to properly join the command parts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant