Skip to main content
officialunofficial
GitHub-Creator-Profil

officialunofficial

Repository-Ansicht von 39 gesammelten Skills in 2 GitHub-Repositories.

gesammelte Skills
39
Repositories
2
aktualisiert
2026-07-27
Repository-Explorer

Repositories und repräsentative Skills

dependency-update-loop
Softwareentwickler

Recurring maintenance pass over automated dependency-bump PRs (Dependabot, Renovate, or similar) — rebase, relock, verify, and report what's ready to merge. Meant to be handed to a time-based loop or schedule, not run once.

2026-07-07
deploy-verify-loop
Softwareentwickler

Post-deploy verification loop — poll a rollout until every instance is on the new version and healthy, then run one smoke check against a real user path. Meant to be handed to a time-based loop with a timeout, not polled by hand.

2026-07-07
designing-loops
Softwareentwickler

Reference for designing agent loops — cycles of work that repeat until a stop condition is met. Covers the four loop shapes, writing completion criteria, carrying state and isolating work across cycles, and what running unattended still leaves on you.

2026-07-07
stacked-pr-loop
Softwareentwickler

Recurring check-in on a stack of dependent PRs — rebase children onto updated parents, surface CI state, flag anything waiting on a human-only gate, and report only what changed since last time. Meant to be handed to a time-based loop, not run once.

2026-07-07
which-skill
Sonstige Computerberufe

Pick the skill or flow that fits your situation. A router over the skills in this repo.

2026-07-07
code-review
Softwarequalitätssicherungsanalysten und -tester

Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".

2026-07-07
codebase-design
Softwareentwickler

Shared vocabulary and principles for designing deep modules. Use when the user wants to design or refine a module's interface, hunt for deepening opportunities, decide where a seam belongs, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary.

2026-07-07
diagnosing-bugs
Softwareentwickler

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

2026-07-07
Zeigt die Top 8 von 38 gesammelten Skills in diesem Repository.
2 von 2 Repositories angezeigt
Alle Repositories angezeigt