Terry-MaoTerry-MaoCommunityยท36 Agent Skills Included

AICodingFlow

Spec-driven issue triage, implementation, and PR review automation

Automates the full GitHub development cycle from issue triage and spec writing to implementation, PR review, and merge. Eliminates manual branch naming, commit splitting, duplicate issue hunting, and CI failure debugging. Learns from maintainer feedback over time to keep triage labels and review guidance accurate for each repository.
npx skills add Terry-Mao/AICodingFlow --all -g -y
Available:

Tells the agent where each skill, contract, and workflow lives in the repository and which validation commands and conventions to follow when executing them.

All Skills in This Repository (36)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
Terry-MaoTerry-Mao

spec-driven-implementation

Creates product and tech specs before implementing large features.

Community
Advanced
๐Ÿ“ฆ In Repo
Terry-MaoTerry-Mao

create-issue

Create GitHub issues from templates with security checks via GitHub CLI.

Community
Advanced
๐Ÿ“ฆ In Repo
Terry-MaoTerry-Mao

git-commit

Create atomic Git commits with selective staging and message conventions.

Community
Intermediate
๐Ÿ“ฆ In Repo
Terry-MaoTerry-Mao

resolve-merge-conflicts

Analyze Git conflict hunks and generate concise diffs for unresolved paths.

Community
Advanced
๐Ÿ“ฆ In Repo
Terry-MaoTerry-Mao

git-branch

Create Git development branches with standardized naming and base selection.

Community
Intermediate
๐Ÿ“ฆ In Repo
Terry-MaoTerry-Mao

bootstrap-issue-config

Analyze repository issues and labels to generate GitHub issue triage configuration files.

Community
Advanced
๐Ÿ“ฆ In Repo
Terry-MaoTerry-Mao

review-spec-local

Review local specifications using temporary directory snapshots and a review.json contract.

Community
Advanced
๐Ÿ“ฆ In Repo
Terry-MaoTerry-Mao

review-pr-local

Performs local PR reviews using temporary directory snapshots matching the CI contract.

Community
Advanced
๐Ÿ“ฆ In Repo
Terry-MaoTerry-Mao

pr-walkthrough

Generate an interactive D3 visualization of a pull request's architecture and data flow.

Community
Intermediate
๐Ÿ“ฆ In Repo
Terry-MaoTerry-Mao

write-tech-spec

Generate technical specifications for software features from repository codebases.

Community
Advanced
๐Ÿ“ฆ In Repo
Terry-MaoTerry-Mao

diagnose-ci-failures

Extract CI error logs and generate fix plans for GitHub Actions failures.

Community
Advanced
๐Ÿ“ฆ In Repo
Terry-MaoTerry-Mao

git-worktree

Create isolated Git worktrees for parallel branch work with naming and safety checks.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’