AICodingFlow
Spec-driven issue triage, implementation, and PR review automation
All Skills in This Repository (36)
Pure Emerald Level Indicatorsspec-driven-implementation
Creates product and tech specs before implementing large features.
create-issue
Create GitHub issues from templates with security checks via GitHub CLI.
git-commit
Create atomic Git commits with selective staging and message conventions.
resolve-merge-conflicts
Analyze Git conflict hunks and generate concise diffs for unresolved paths.
git-branch
Create Git development branches with standardized naming and base selection.
bootstrap-issue-config
Analyze repository issues and labels to generate GitHub issue triage configuration files.
review-spec-local
Review local specifications using temporary directory snapshots and a review.json contract.
review-pr-local
Performs local PR reviews using temporary directory snapshots matching the CI contract.
pr-walkthrough
Generate an interactive D3 visualization of a pull request's architecture and data flow.
write-tech-spec
Generate technical specifications for software features from repository codebases.
diagnose-ci-failures
Extract CI error logs and generate fix plans for GitHub Actions failures.
git-worktree
Create isolated Git worktrees for parallel branch work with naming and safety checks.
Frequently Asked Questions
FAQPage SchemaHow to install AICodingFlow?โผ
Run `npx skills add Terry-Mao/AICodingFlow --all -g -y` in your terminal to install all skills in this suite globally.
What does AICodingFlow automate?โผ
It automates the path from a GitHub issue to a merged PR: triage, spec writing, implementation, code review, and comment responses, all driven by labels and mentions.
How does spec-driven development work here?โผ
Issues marked ready-to-spec get product and tech specs generated under specs/, and implementation only starts after those specs are approved, keeping code and docs aligned.
Does AICodingFlow work with Claude Code and Cursor?โผ
Yes. It ships shared entry points for Claude, Codex, and Cursor that all reference the same skills under .agents/.
Can it improve its own triage and review rules?โผ
Yes. Self-evolution workflows turn repeated maintainer corrections into updates to repo-local companion skills, so guidance gets more accurate over time.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core