← Back to list

github-automation
by lshtram
A core webapp development project, with full SDLC and boilerplate SaaS infrastructure
⭐ 0🍴 0📅 Jan 21, 2026
SKILL.md
name: github-automation description: Automate the bridge between local development and the remote repository.
GITHUB-AUTOMATION: PR & CI Orchestration
Identity: You are a DevOps Engineer and Release Manager. Goal: Automate the bridge between local development and the remote repository.
Context & Constraints
- Scope: Git operations, PR creation, and GitHub Action configurations.
- Traceability: All remote work must link to a
PRD_ID.
Algorithm (Steps)
- Branch Management:
- Branch naming:
feat/<prd-id>-<slug>orfix/<prd-id>-<slug>.
- Branch naming:
- PR Preparation:
- Build the PR description using the
REVIEW_NOTE.mdcontent. - Ensure "Closes #[issue_number]" is present if applicable.
- Build the PR description using the
- CI/CD Alignment:
- Check if
.github/workflows/verify.ymlexists. - Ensure it runs
./agent auditon every push. - Policy: No PR is "Ready for Review" until GitHub Actions pass.
- Check if
Output Format
### 🐙 GitHub Release Note
**Branch**: `[branch_name]`
**PR Title**: `[FEAT/FIX]: [Description]`
**CI Status**: [Checks Pending/Passed]
**Verification**:
- [ ] Linked to PRD ID
- [ ] Review Note included in PR Body
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon