askill
github-automation

github-automationSafety 90Repository

Automate the bridge between local development and the remote repository.

0 stars
1.2k downloads
Updated 1/21/2026

Package Files

Loading files...
SKILL.md

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

Install

Download ZIP
Requires askill CLI v1.0+β–Ά

AI Quality Score

68/100Analyzed 2/18/2026

Moderately complete skill with good structure and clear sections. Provides algorithm steps for branch management, PR creation, and CI/CD alignment. Missing a trigger section and concrete commands. Heavily tied to internal conventions (PRD_ID, REVIEW_NOTE.md) which limits reusability. Has tags for discoverability and follows skills folder pattern. Safety is good (no dangerous ops). Overall usable but would benefit from explicit trigger conditions and actual command examples."

90
75
50
60
55

Metadata

Licenseunknown
Version-
Updated1/21/2026
Publisherlshtram

Tags

ci-cdgithubgithub-actions