Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions skills/github/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# github

Integrate with GitHub for repository management and collaboration. Use when you need to: (1) manage repositories, issues, and pull requests, (2) search code and repositories, (3) manage collaborators and teams, or (4) automate GitHub workflows.

## Installation

```bash
refly skill install skp-n66acwiuci1z1xgvol5nz8mz
```

## Triggers

- github
- repository
- pull request
- issue

## Tags

`developer-tools` `version-control`

## Author

chizblank

## Links

- [View on Refly](https://refly.ai/skill/skp-n66acwiuci1z1xgvol5nz8mz)
35 changes: 35 additions & 0 deletions skills/github/SKILL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: github
description: Integrate with GitHub for repository management and collaboration. Use when you need to: (1) manage repositories, issues, and pull requests, (2) search code and repositories, (3) manage collaborators and teams, or (4) automate GitHub workflows.
skillId: skp-n66acwiuci1z1xgvol5nz8mz
workflowId: c-k1f35prz9mgwm07jhjosgh5m
triggers:
- github
- repository
- pull request
- issue
tags:
- developer-tools
- version-control
version: 1.0.0
---

# github

Integrate with GitHub for repository management and collaboration. Use when you need to: (1) manage repositories, issues, and pull requests, (2) search code and repositories, (3) manage collaborators and teams, or (4) automate GitHub workflows.

## Installation

```bash
refly skill install skp-n66acwiuci1z1xgvol5nz8mz
```

## Usage

After installation, run the skill using your installation ID:

```bash
refly skill run <installationId> --input '{}'
```

The installation ID is returned when you run `refly skill install`.