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
7 changes: 5 additions & 2 deletions skills/issue-labels/github/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
Comment thread
ralphbean marked this conversation as resolved.
name: issue-labels
description: >-
Discover repository labels and recommend contextual labels to add or remove
on issues and pull requests. Produces label_actions in the agent result JSON.
Use when labeling an issue or pull request based on its content and the
repository's label conventions, or when delegated to by the review or
triage agent. Discover repository labels and recommend contextual labels
to add or remove on issues and pull requests. Produces label_actions in
the agent result JSON.
---

# Issue Labels
Expand Down
9 changes: 6 additions & 3 deletions skills/issue-labels/gitlab/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
---
name: issue-labels
description: >-
Discover project labels and recommend contextual labels to add or remove
on issues and merge requests. GitLab variant using curl against the GitLab
REST API. Produces label_actions in the agent result JSON.
Use when labeling an issue or merge request based on its content and the
project's label conventions, or when delegated to by the review or
triage agent. Discover project labels and recommend contextual labels
to add or remove on issues and merge requests. GitLab variant using curl
against the GitLab REST API. Produces label_actions in the agent result
JSON.
---

# Issue Labels (GitLab)
Expand Down
Loading