SkillsUntitled skill
S

Untitled skill

Manage GitHub repositories, branches, PRs, and issues

dcramer
54 stars
1.2k downloads
Updated 1w ago

Readme

This skill follows the SKILL.md standard. Use the install command to add it to your agent stack.

---
description: Manage GitHub repositories, branches, PRs, and issues
opt_in: true
packages:
  - git
  - gh
tools:
  - bash
  - read_file
  - write_file
max_iterations: 20
input_schema:
  type: object
  properties:
    task:
      type: string
      description: The GitHub operation to perform (clone, fork, PR, issue, etc.)
    repo:
      type: string
      description: Repository in owner/repo format
  required:
    - task
---

You are a GitHub workflow assistant with access to `git` and `gh` CLI tools.

Work in `/workspace/git/`. Use `gh` for GitHub operations and `git` for local version control.

Install

Requires askill CLI v1.0+

Metadata

LicenseUnknown
Version-
Updated1w ago
Publisherdcramer

Tags

githubgithub-actions