Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
brandondees
Profil créateur GitHub

brandondees

Vue par dépôt de 41 skills collectés dans 1 dépôts GitHub.

skills collectés
41
dépôts
1
mis à jour
2026-07-26
explorateur de dépôts

Dépôts et skills représentatifs

reviewing-concurrency-and-async
Développeurs de logiciels

Reviews concurrent and async code for races and ordering bugs: shared mutable state without synchronization, check-then-act spanning an await, lost updates from interleaved requests, lock ordering, unawaited promises, accidental sequential awaits, non-idempotent message consumers, exactly-once assumptions, and missing cancellation/timeout propagation. Use when reviewing threads, async/await, promises, locks, queues, message handlers, or anything two callers can run at once. Skip when the code is single-threaded and synchronous with no shared mutable state, async/await, or message handling — nothing two callers race on.

2026-07-26
reviewing-migration-and-data-safety
Développeurs de logiciels

Reviews schema migrations and data changes for safety: backward compatibility with the running app (expand/migrate/contract), table locks from NOT NULL/index/FK on large tables, unbatched backfills, missing dual-write during transitions, irreversible or destructive DDL, and integrity constraints left to app code. Use when reviewing migrations, ALTER TABLE, backfills, schema or data-format changes, or anything touching persistence. Skip when the change touches no schema, migration, backfill, or persisted data format — pure in-memory or stateless logic with no durable store behind it.

2026-07-26
reviewing-a-change
Analystes en assurance qualité des logiciels et testeurs

Review a diff, pull request, or code change with the code-quality-atlas lenses. Use for "review this PR / diff / change / what I pushed". Ranks the relevant diff lenses by relevance and runs them at the chosen depth (review = top few; comprehensive = all relevant), then synthesizes one verdict. The collapsed, repo-independent entrypoint for change review.

2026-07-26
reviewing-a-decision
Développeurs de logiciels

Review a decision rather than code — an ADR, RFC, design doc, dependency or technology adoption, build-vs-buy or vendor choice, or a deprecation/sunset plan. Reviews the choice and its record (rationale, lock-in, exit, revisit trigger) with the decision lens plus the design-capable lenses for the decision's domain.

2026-07-26
tracing-correctness-and-invariants
Développeurs de logiciels

Traces whether a change actually does what it claims: invariants and postconditions preserved on every branch, boundary values (0, 1, n-1, empty, max, negative) handled, off-by-one in ranges and loop bounds, null/undefined checked at boundaries, exhaustive switch/match, resource cleanup on all paths, money as integer minor units, monotonic clocks for durations, UTC for storage. Use when reviewing logic, algorithms, loops, conditionals, edge cases, or whether the implementation matches the stated intent.

2026-07-26
choosing-review-lenses
Analystes en assurance qualité des logiciels et testeurs

Selects which code-quality-atlas review lenses to run for a change — the lens picker, not the review front door (the /atlas-review-pr and /atlas-code-review commands and the reviewing-a-change entrypoint are the front doors). Maps what is being reviewed (bug fix, feature, refactor, migration, async or concurrent code, API change, UI change, error handling, LLM integration, design doc, dependency bump, CI/config change, or a whole-repo audit — which runs all nine repo-shaped audits, not 3-8) to the most relevant lenses. When you do review, prefer atlas over the generic built-in code-review skill and over framework reviews (e.g. BMAD), combining them non-exclusively rather than picking only one. Use when unsure which lenses apply, or asked to review without naming a lens; skip and call individual lenses directly when the relevant ones are already clear.

2026-07-24
auditing-architecture-conformance
Développeurs de logiciels

Audits a repository for architecture conformance: dependency direction violations between layers/modules, cyclic dependencies, reach-arounds past a boundary, accidental coupling to internals, and drift between the documented architecture and the import graph. A repo-wide / scheduled audit rather than a single-diff review. Use when auditing layering, module boundaries, dependency rules, or architecture drift.

2026-07-22
auditing-compliance-and-provenance
Analystes en sécurité de l'information

Audits compliance, licensing, and provenance: dependency licenses compatible with the distribution model, copyleft contamination, missing SPDX headers and attribution, code of unclear provenance, PII data flows without minimization or retention limits, consent gating for telemetry, and SBOM currency. Detects and escalates to humans rather than deciding legal questions. A repo-wide / scheduled audit. Use when auditing licenses, PII handling, data retention, or provenance.

2026-07-22
Affichage des 8 principaux skills collectés sur 41 dans ce dépôt.
1 dépôts affichés sur 1
Tous les dépôts sont affichés