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.
Installation
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: hainamchung/agent-assistant.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/hainamchung/agent-assistant --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: hainamchung/agent-assistant.
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/hainamchung/agent-assistant --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/hainamchung/agent-assistant
Details
- Category
- >_Productivity
- Source
- skills.sh
- First Seen
- 2026-02-01