coding standards commands

42 tagged coding standards, measured the same way as everything else here.

Browse within: engineering-standards 28ai-rules 8software-engineering 8claude-code-marketplace 6

fix-ci

01

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

02

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

03

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

lesson

04

xcodethink/open-claude-code-skills

Command

A command for recording a recently solved bug or lesson in a local memory system. It creates a detailed project version and a cleaned-up general version without sensitive project details.

2 26d ago A 36 tokens original MIT