·github-workflow-automation
>_

github-workflow-automation

poletron/custom-rules

Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, CI/CD integration, and Git operations. Use when automating GitHub workflows, setting up PR review automation, creating GitHub Actions, or triaging issues.

3Installs·0Trend·@poletron

Installation

$npx skills add https://github.com/poletron/custom-rules --skill github-workflow-automation

SKILL.md

Patterns for automating GitHub workflows with AI assistance, inspired by Gemini CLI and modern DevOps practices.

// Current user.profile.name; // Suggested user?.profile?.name ?? "Unknown";

run: | files=$(git diff --name-only origin/${{ github.baseref }}...HEAD | \ grep -E '\.(ts|tsx|js|jsx|py|go)$' || true) echo "codefiles=$files" >> $GITHUBOUTPUT

Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, CI/CD integration, and Git operations. Use when automating GitHub workflows, setting up PR review automation, creating GitHub Actions, or triaging issues. Source: poletron/custom-rules.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/poletron/custom-rules --skill github-workflow-automation
Category
>_Productivity
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is github-workflow-automation?

Automate GitHub workflows with AI assistance. Includes PR reviews, issue triage, CI/CD integration, and Git operations. Use when automating GitHub workflows, setting up PR review automation, creating GitHub Actions, or triaging issues. Source: poletron/custom-rules.

How do I install github-workflow-automation?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/poletron/custom-rules --skill github-workflow-automation Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/poletron/custom-rules