artemisia-absynthium
UserSetup and keep in sync centralized rules and skills across several projects
Categories
Indexed Skills (5)
design-review-lens
The full design-review checklist (SOLID, Clean Architecture boundaries, GRASP, Clean Code hygiene, coupling laws, anti-over-engineering guardrails) for reviewing a diff or branch. Invoke for the design pass of the pr-review-gate, or whenever performing a design, SOLID, or architecture review of code changes.
pr-review-gate
MANDATORY before opening any pull request, merging a branch, or when the user asks for PR checks, the review gate, or the four passes — runs four independent review passes (design/SOLID, standard code review, security, concurrency) on the full branch diff and resolves their findings. Invoke unasked when PR preparation begins.
lift-to-shared-rules
Persist a generalizable coding pattern, constraint, or convention into the shared rules repo — pick the category, write and anonymize the rule, check coherence against every existing rule, show the diff with a filled-in acceptance checklist, commit locally, then stop — the push (owner) or PR (contributor) happens only on a separate explicit go. Invoke whenever a pattern emerges that should apply across all projects, not just the current one.
planning-discipline
Type-level design (SOLID/SRP), invariant-first planning, named precedents, and complexity budgets. Invoke while planning or designing any non-trivial feature — mandatory for stateful mechanisms (state machines, caches, sync/retry, lifecycles) — and when reviewing a design note before code exists.
swift-concurrency-review
Dedicated Swift concurrency review pass over a diff or branch — actor reentrancy across await, CheckedContinuation discipline, terminal-state races, cancellation propagation, callback ordering, @unchecked Sendable justification. Invoke for the concurrency pass of a PR review, or after touching actors, continuations, async sequences, or background callbacks.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.