スキル一覧に戻る
lshtram

github-automation

by lshtram

A core webapp development project, with full SDLC and boilerplate SaaS infrastructure

0🍴 0📅 2026年1月21日
GitHubで見るManusで実行

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)

  1. Branch Management:
    • Branch naming: feat/<prd-id>-<slug> or fix/<prd-id>-<slug>.
  2. PR Preparation:
    • Build the PR description using the REVIEW_NOTE.md content.
    • Ensure "Closes #[issue_number]" is present if applicable.
  3. CI/CD Alignment:
    • Check if .github/workflows/verify.yml exists.
    • Ensure it runs ./agent audit on every push.
    • Policy: No PR is "Ready for Review" until GitHub Actions pass.

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

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です