SkillStorr
Catalog/Coding/GitHub GitLab Tool Guide
G
PromptCC BY 4.0·attribution requiredv0.1.0 · current

GitHub GitLab Tool Guide

Reads repositories, creates commits, branches, and Pull Requests on GitHub/GitLab.

B
Bohdan Tsaryk
·Published Jul 1, 2026·Token count not tracked
Uses (30d)
Stars
0
Versions
1
Forks
0
References
0

Full prompt

v0.1.0
prompt.md
preview

GitHub GitLab Tool Guide

Tool Purpose

Reads repositories, creates commits, branches, and Pull/Merge Requests on GitHub and GitLab.

When to Use

  • Opening PRs/MRs for reviewed or tested code
  • Creating feature branches from issues
  • Reading repository structure and file contents
  • Reviewing commit history and diffs

How to Use

  1. Specify the repository (owner/name or URL)
  1. Choose the operation:
  • Read: fetch file contents, list directory, view PR
  • Branch: create or switch branches
  • Commit: stage and commit changes
  • PR/MR: open, review, merge, or comment
  1. Provide the necessary parameters (branch name, commit message, file paths)

Limitations

  • Requires authentication token with appropriate repo/file scope
  • Cannot force-push to protected branches
  • Large file operations may be rejected by platform limits
  • Git submodules require separate handling

Output

Operation result with links, commit SHAs, or file contents.