git-hub-issus
ReviewAudited by ClawScan on May 1, 2026.
Overview
This instruction-only Git workflow helper is aligned with its purpose, but users should review commands because it can change and push code using their configured repository access.
This skill appears safe to install as an instruction-only Git helper if you intend the agent to assist with branch, commit, pull, push, and PR/MR workflows. Before using it, make sure the repository and remote are correct, review the diff, and require explicit confirmation for commits, pushes, branch deletion, rebases, or any force/reset operation.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If used without review, unintended local changes could be committed or pushed to a shared remote branch.
These are purpose-aligned Git workflow examples, but they can stage all changes, create commits, and push code to a remote repository.
git add -A git commit -m "feat: add dark mode support (closes #1)" git push -u origin feature/issue-1-add-dark-mode
Review `git status` and `git diff`, confirm the target branch and remote, and get explicit user confirmation before commit or push actions.
The agent could create repository changes or PR/MR records under the user's account if the user authorizes those workflows.
Creating pull or merge requests and pushing branches normally uses the user's configured GitHub, GitLab, SSH, or Git credentials. This is expected for the skill's purpose, but it is delegated account authority.
- GitHub: use `github` skill → `gh pr create` - GitLab: use `gitlab-ops` skill → `glab mr create`
Use appropriately scoped GitHub/GitLab credentials and verify the repository, organization, and visibility before creating PRs/MRs or pushing branches.
Users have less context about who authored or maintains the instructions, though there is no executable payload shown.
The skill has limited provenance information, but it also has no executable code or install steps in the provided artifacts.
Source: unknown Homepage: none No install spec — this is an instruction-only skill.
Inspect the instruction text before enabling it and prefer skills from sources you trust.
