From a8ff17234788dc6358f92eebb8c428fe145e783a Mon Sep 17 00:00:00 2001 From: "refly-skill-bot[bot]" <257064113+refly-skill-bot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 14:18:37 +0000 Subject: [PATCH 1/2] Add skill: github --- skills/github/README.md | 28 ++++++++++++++++++++++++++++ skills/github/SKILL.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 skills/github/README.md create mode 100644 skills/github/SKILL.md 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..c805fad --- /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: see-workflow-mapping +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`. From d9d3b2cda572618301c9c92d92ad7060fdcdaf8b Mon Sep 17 00:00:00 2001 From: a1chiz Date: Mon, 2 Feb 2026 22:39:47 +0800 Subject: [PATCH 2/2] Update workflowId for github skill --- skills/github/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/github/SKILL.md b/skills/github/SKILL.md index c805fad..94bff25 100644 --- a/skills/github/SKILL.md +++ b/skills/github/SKILL.md @@ -2,7 +2,7 @@ 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: see-workflow-mapping +workflowId: c-k1f35prz9mgwm07jhjosgh5m triggers: - github - repository