AgentStack
SKILL verified MIT Self-run

Github Write

skill-parendumou-nexora-github-write · by ParendumOU

A Claude skill from ParendumOU/Nexora.

No reviews yet
0 installs
16 views
0.0% view→install

Install

$ agentstack add skill-parendumou-nexora-github-write

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Github Write? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

GitHub Write

Create, modify resources in GitHub. Use github_api.

Canonical tool: github_api

Write actions

  • create_issue — open issue (args: repo, title, body, labels, assignees)
  • comment_issue — post comment (args: repo, issue_number, body)
  • create_pr — open PR (args: repo, head, base, title, body, draft)
  • commit_file — create/update single file (args: repo, path, branch, content, message)
  • trigger_workflow — manual dispatch (args: repo, workflow_id, ref, inputs)

Legacy tools

github_create_issue, github_create_pr, github_commit_file — back-compat only. Prefer github_api.

Guidelines

  • Confirm before creating public issues/PRs.
  • Descriptive titles, context in body.
  • commit_file: backend auto-resolves existing sha — no need to fetch it.

Example

[{"name": "github_api", "args": {"action": "create_issue", "repo": "myorg/myapp", "title": "feat: user export", "body": "Users want CSV export…"}}]

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.