orlando-japan

56 mods across 1 repository, 2 stars between them.

code-reviewer

01

orlando-japan/claude-code-setting

Agent

Independent code reviewer. Use proactively after any non-trivial set of code changes, or when the user asks for a review, a second opinion, or to "look over" a diff/PR/file. Best for reviewing correctness, security, readability, and performance before merging.

2 3mo ago A 59 tokens original MIT

security-auditor

02

orlando-japan/claude-code-setting

Agent

Security-focused code review. Use when the user asks to "audit for security", "check for vulnerabilities", review auth/authz/crypto/input handling code, or before shipping anything that touches secrets, user input, or external services. Also use proactively when reviewing dependency additions.

2 3mo ago A 59 tokens original MIT

spec-writer

03

orlando-japan/claude-code-setting

Agent

Writes and refines OpenSpec artifacts (proposal, spec, design, tasks). Use when the user starts a new feature with /spec:propose, or asks to "draft a spec", "write requirements for X", or revise an existing change folder.

2 3mo ago A 56 tokens original MIT

test-runner

04

orlando-japan/claude-code-setting

Agent

Runs tests and reports results. Use when the user asks to "run the tests", "check if X passes", reproduce a failure, or verify a fix. Also use proactively after implementing a change to confirm nothing regressed.

2 3mo ago A 49 tokens original MIT

accessibility

13

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Ship UI that works for users with disabilities, keyboards, screen readers, and assistive tech. Invoke when building any user-facing interface.

2 3mo ago A 30 tokens original MIT

adr-writing

14

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Write Architecture Decision Records future engineers will actually read. Invoke when making a non-trivial architectural choice that you want to defend later.

2 3mo ago A 29 tokens original MIT

alerting-hygiene

15

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Keep the pager actionable. Invoke when setting up a new alert, auditing existing alerts, or after being woken up by a noisy alert.

2 3mo ago A 34 tokens original MIT

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Design consistent, evolvable APIs. Invoke when adding or changing an HTTP, gRPC, or SDK interface that external or internal callers depend on.

2 3mo ago A 36 tokens original MIT

brainstorming

17

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Diverge then converge on design options before committing. Invoke when the problem has multiple plausible solutions and the choice isn't obvious.

2 3mo ago A 29 tokens original MIT

ci-pipeline-design

18

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Build a CI pipeline that's fast, reliable, and actually catches regressions. Invoke when setting up or auditing build/test/deploy automation.

2 3mo ago A 32 tokens original MIT

code-review

19

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Review code along correctness, security, readability, and performance. Invoke when reviewing a diff, a PR, a file, or before declaring a change done.

2 3mo ago A 34 tokens original MIT

commit-review-gate

20

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Review a cleaned staged diff as the final gate before committing. Invoke after commit hygiene is done and you need a clear Pass, Pass with nits, or Block decision.

2 3mo ago A 39 tokens original MIT

commit-smart

21

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Write commits that explain the "why". Invoke when staging and committing any change; a strong commit message pays back on every future bisect.

2 3mo ago A 31 tokens original MIT

contract-testing

22

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Verify service-to-service contracts so that a provider change can't silently break a consumer. Invoke when designing tests for microservice boundaries.

2 3mo ago A 28 tokens original MIT

create-pr

23

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Write a PR title and description that passes review quickly. Invoke when opening a pull request for any non-trivial change.

2 3mo ago A 27 tokens original MIT

db-migration-safety

24

orlando-japan/claude-code-setting

Skill Claude CodeCodex

Ship schema changes with zero downtime and clean rollback. Invoke before any ALTER TABLE, new column, new index, or data backfill on a production database.

2 3mo ago A 37 tokens original MIT