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
29 changes: 29 additions & 0 deletions entries/code-review.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"id": "code-review",
"displayName": "Code Review",
"description": "Lists the GitHub pull requests awaiting your review, runs your own review skills over one in a BB thread, and turns what it finds into individual review comments you edit and post yourself, each shown beside the code it refers to.",
"icon": {
"url": "./icons/code-review-10dcfdf9.svg"
},
"tags": [
"code-review",
"pull-requests",
"github",
"agents",
"review",
"comments"
],
"author": {
"name": "Rob Ennals",
"github": "robennals",
"url": "https://github.com/robennals"
},
"source": {
"git": {
"url": "https://github.com/robennals/bb-plugins.git",
"subdir": "plugins/code-review",
"range": "^0.1.0",
"tagPrefix": "code-review/"
}
}
}
29 changes: 29 additions & 0 deletions entries/pr-manager.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"id": "pr-manager",
"displayName": "PR Manager",
"description": "Shows your open GitHub pull requests and recent merges with their CI and review state summarised as waiting, failing, feedback, approved or merged, and opens or links the BB worktree thread for the one you pick.",
"icon": {
"url": "./icons/pr-manager-64645e85.svg"
},
"tags": [
"pull-requests",
"github",
"worktrees",
"threads",
"ci",
"status"
],
"author": {
"name": "Rob Ennals",
"github": "robennals",
"url": "https://github.com/robennals"
},
"source": {
"git": {
"url": "https://github.com/robennals/bb-plugins.git",
"subdir": "plugins/pr-manager",
"range": "^0.1.0",
"tagPrefix": "pr-manager/"
}
}
}
5 changes: 5 additions & 0 deletions icons/code-review-10dcfdf9.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions icons/pr-manager-64645e85.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading