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
9 changes: 9 additions & 0 deletions .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,15 @@
"skills": [
"./skills/github-weekly-report"
]
},
{
"name": "github-pr-review",
"description": "Automated PR review — conventions, security, CI status, inline comments",
"source": "./",
"strict": false,
"skills": [
"./skills/github-pr-review"
]
}
]
}
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Built to the [Agent Skills specification](https://agentskills.io/specification).
| [dep-bump-fixer](skills/dep-bump-fixer/) | Analyze stale Dependabot PRs and post commentary to accelerate review |
| [automation-health-dashboard](skills/automation-health-dashboard/) | Generate executive-facing dashboard combining all program metrics |
| [github-weekly-report](skills/github-weekly-report/) | Generate weekly org activity reports with merged PRs, CI health, and active-epic tracking |
| [github-pr-review](skills/github-pr-review/) | Automated PR review: conventions, security, CI status, inline comments |

## Installation

Expand Down
Loading