rios0rios0

27 mods across 2 repositories, 24 stars between them.

rios0rios0/pipelines

Instructions file GitHub Copilot

Instructions for rios0rios0/pipelines, covering ci/cd pipeline templates repository, quick reference, supply-chain pinning (non-negotiable), working effectively and bootstrap and setup.

22 2d ago D 12,240 tokens original MIT

code-review

02

rios0rios0/pipelines

Skill Claude CodeCodex

Review pull requests and diffs in pipelines — the shared SDLC pipeline templates and scripts for GitHub Actions, GitLab CI and Azure DevOps — against the rios0rios0/guide standards, with extra weight on the non-negotiable supply-chain pinning rules and the fact that every change here runs in every consumer repository.…

22 2d ago C 84 tokens original MIT

pipelines CLAUDE.md

03

rios0rios0/pipelines

Instructions file

Instructions for rios0rios0/pipelines, covering claude.md, what this is, commands, architecture and 5-stage pipeline model.

22 2d ago C 19,810 tokens original MIT

guide

04

rios0rios0/guide

Plugin Claude Code

Plugin marketplace listing 1 plugin: engineering-standards.

2 3d ago A tokens not measured original MIT

rios0rios0/guide

Instructions file GitHub Copilot

Instructions for rios0rios0/guide, covering software development guide repository, working effectively, quick setup and validation, core build process and github actions workflows.

2 3d ago A 2,983 tokens original MIT

code-review

06

rios0rios0/guide

Skill Claude CodeCodex

Review pull requests and diffs in guide — the source of the rios0rios0 engineering standards, its wiki, and the generated AI-assistant rule files — against its own standards, with extra weight on wiki page-name uniqueness, link integrity, and the generator inputs. Use when reviewing a PR, a branch, or staged changes…

2 3d ago A 71 tokens copy · 88% MIT

bulk-operations

07

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

08

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

09

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

10

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

11

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

12

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

13

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

check-standards

14

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 3d ago A 0 tokens original MIT

fix-ci

15

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 3d ago A 0 tokens original MIT

fix-guardrails

16

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 3d ago A 0 tokens original MIT

resolve-pr-comments

17

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 3d 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 3d ago A 0 tokens original MIT

scaffold-go-project

19

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 3d 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 3d ago A 0 tokens original MIT

sync-repos

21

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 3d ago A 0 tokens original MIT

check-standards

22

rios0rios0/guide

Skill Claude CodeCodex

Review current branch changes against coding standards before submitting a PR. Catches issues before reviewers do.

2 3d ago A 24 tokens original MIT

fix-guardrails

23

rios0rios0/guide

Skill Claude CodeCodex

Fix all guardrail findings (make lint, make test, make sast) across repositories. Use when the user asks to fix linting errors, test failures, SAST findings, or run the full guardrail remediation workflow.

2 3d ago A 50 tokens original MIT

rios0rios0/guide

Skill Claude CodeCodex

Scaffold a new frontend project with 5-layer Clean Architecture (Domain, Service, Infrastructure, Presentation, Main). Use when the user asks to create, scaffold, or bootstrap a new frontend or React project.

2 3d ago A 48 tokens original MIT