diff --git a/skills/github/README.md b/skills/github/README.md new file mode 100644 index 0000000..12a6cd3 --- /dev/null +++ b/skills/github/README.md @@ -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) diff --git a/skills/github/SKILL.md b/skills/github/SKILL.md new file mode 100644 index 0000000..94bff25 --- /dev/null +++ b/skills/github/SKILL.md @@ -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 --input '{}' +``` + +The installation ID is returned when you run `refly skill install`.