rios0rios0/guide

Software engineering standards for humans and AI coding assistants. 80+ guides covering architecture, testing, CI/CD, security, and code style — auto-generated into rule files for Claude Code, Cursor, Copilot, and Codex.

2Stars on the repository
24Mods indexed here, across every type
4d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

check-standards

01

rios0rios0/guide

Command

Review all changes on the current branch against the team's coding standards defined in .claude/rules/ (already loaded into this conversation). This is meant to run BEFORE creating a PR to catch issues before reviewers do.

2 4d ago A 0 tokens original MIT

fix-ci

02

rios0rios0/guide

Command

Detect the current branch's pull request, retrieve its failing CI workflow logs, fix the root causes, commit, and push. This command auto-detects the PR from the current Git branch, fetches check run statuses, downloads failure logs, classifies each failure, implements fixes, and pushes a single commit.

2 4d ago A 0 tokens original MIT

fix-guardrails

03

rios0rios0/guide

Command

Fix all guardrail findings (make lint, make test, make sast) across one or more repositories. This command is a complete, repeatable workflow: sync with main, run all guardrails, fix every finding, update documentation, commit following standards, push, and create PRs.

2 4d ago A 0 tokens original MIT

resolve-pr-comments

04

rios0rios0/guide

Command

Detect the current branch's pull request and resolve its unresolved review comments. This command auto-detects the PR from the current Git branch, fetches unresolved review threads via GraphQL, classifies each comment, implements valid changes, replies with explanations, pushes, and resolves addressed threads.

2 4d ago A 0 tokens original MIT

rios0rios0/guide

Command

Scaffold a new frontend project following the 5-layer Clean Architecture (Domain, Service, Infrastructure, Presentation, Main).

2 4d ago A 0 tokens original MIT

scaffold-go-project

06

rios0rios0/guide

Command

Scaffold a new Go backend project following Clean Architecture with domain/infrastructure separation, Dig DI, testify testing, and standard naming conventions.

2 4d ago A 0 tokens original MIT

rios0rios0/guide

Command

Scaffold a new Python package following PEP 621, PDM, Black/isort/Flake8, type hints, and Loguru logging.

2 4d ago A 0 tokens original MIT

sync-repos

08

rios0rios0/guide

Command

Sync all git repositories found recursively under the current directory (or a given path). For each repo discovered via find -name .git -type d.

2 4d ago A 0 tokens original MIT