improve comprehensive-review-pr-enhance skill structure + add skill-review CI (#322)
* improve comprehensive-review-pr-enhance skill structure + add skill-review CI - rewrite description with concrete capabilities + trigger terms - replace vague instructions with numbered workflow + PR description template - add conditional review checklist rules table and large-PR splitting guidance - add .github/workflows/skill-review.yml for automated skill review on PRs * chore: refresh branch for ci --------- Co-authored-by: sck_0 <samujackson1337@gmail.com>
This commit is contained in:
14
.github/workflows/skill-review.yml
vendored
Normal file
14
.github/workflows/skill-review.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
name: Skill Review
|
||||
on:
|
||||
pull_request:
|
||||
paths: ['**/SKILL.md']
|
||||
|
||||
jobs:
|
||||
review:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
contents: read
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: tesslio/skill-review@14b47c8420ff9ac9a12c30ed4b89ce0e9d0355ae # main
|
||||
Reference in New Issue
Block a user