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
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

bulk-operations

01

rios0rios0/guide

Agent

Multi-repository bulk operations executor. Applies the same change across all repositories under a workspace root using the 4-phase workflow: discover repos, apply changes, git operations (stash/fetch/rebase/branch/commit/push), and create PRs using the detected vendor CLI (GitHub, Azure DevOps, GitLab).

2 3d ago C 70 tokens original MIT

changelog-enforcer

02

rios0rios0/guide

Agent

Documentation compliance enforcer. Use after making code changes to ensure the changelog entry is written -- a chlog fragment when the project uses chlog, an [Unreleased] bullet when it does not -- and README.md and CONTRIBUTING.md are updated following the Documentation & Change Control standard. Checks git diff…

2 3d ago A 77 tokens original MIT

chezmoi

03

rios0rios0/guide

Agent

Chezmoi dotfiles specialist. Use when editing .tmpl template files, chezmoi scripts (.chezmoiscripts/), .chezmoiignore, 1Password template calls, platform-specific configurations, or debugging chezmoi apply errors.

2 3d ago A 54 tokens original MIT

code-reviewer

04

rios0rios0/guide

Agent

Code standards reviewer. Reviews code changes against architecture (Clean Architecture layers, dependency direction), naming conventions, BDD test structure, and OWASP security patterns. Read-only analysis that produces structured findings.

2 3d ago A 43 tokens original MIT

git-workflow

05

rios0rios0/guide

Agent

Git workflow specialist for complex branch operations. Use for merging dependent (chained) or independent branches, rebasing onto updated main, resolving conflicts, and synchronizing branches following Git Flow conventions.

2 3d ago A 42 tokens original MIT

pr-review-resolver

06

rios0rios0/guide

Agent

PR review comment resolver. Fetches unresolved review threads from a GitHub PR, analyzes each comment for validity, implements valid code changes, replies with explanations, pushes changes, and resolves addressed threads. Declines invalid suggestions with reasoning or asks for clarification.

2 3d ago A 55 tokens original MIT

security-auditor

07

rios0rios0/guide

Agent

Security auditor for OWASP Top 10 compliance, secret hygiene, and SAST findings analysis. Reviews code for injection vulnerabilities, authentication issues, hardcoded secrets, and IaC misconfigurations. Read-only analysis.

2 3d ago A 48 tokens original MIT