Skip to main content
arthur-debert
Perfil de criador do GitHub

arthur-debert

Visão por repositório de 67 skills coletadas em 8 repositórios do GitHub.

skills coletadas
67
repositórios
8
atualizado
26 de ago. de 2026
explorador de repositórios

Repositórios e skills representativas

gh-pr-review-loop
Analistas de garantia de qualidade de software e testadores

Drive a PR to ready-for-human-merge in any repo managed by `arthur-debert/release`. The loop is state-machine-driven: `release-core pr status` reports one lifecycle state plus the single next action; do that action, re-read, repeat — open as a draft, request…

22 de jun. de 2026
release-issue-relay
Outras ocupações de informática

Escalate infrastructure friction (workflow failures, ruleset misbehaviors, broken policy templates, helper-script bugs) from a consumer repo to the `arthur-debert/release` repo. Files a GitHub issue at release with auto-collected reproduction context (repo,…

21 de jun. de 2026
review-audit
Analistas de garantia de qualidade de software e testadores

Measure whether automated PR reviews (Copilot / Gemini / CodeRabbit) actually earn their cost on a given repo, so review policy is set by evidence instead of gut. Runs a repo-agnostic pipeline over the repo's own merged-PR history: a cheap mechanical tier…

17 de jun. de 2026
release-fleet-ops
Desenvolvedores de software

Drive and diagnose release→consumer fleet changes from inside arthur-debert/release: shipping a fix to the fleet (verify → canary run → cut — the cut refuses without green canary statuses on HEAD, auto-advances the major; consumers pull it), migrating/seeding…

16 de jun. de 2026
electron-e2e-testing
Analistas de garantia de qualidade de software e testadores

Reliable, fast E2E tests for Electron desktop apps with Playwright. Prescribes one shared `window.__e2e` runtime contract and `E2E_*` env vars so every electron project's tests look the same. Use when: (1) Setting up or fixing E2E tests in an Electron app (2)…

13 de jun. de 2026
gh-repo-setup
Desenvolvedores de software

Bring a GitHub repo up to the shared arthur-debert/* + lex-fmt/* release-loop setup: main-branch protection ruleset (PR required, linear history, required checks), per-stack policy files (CODEOWNERS, dependabot.yml, copilot-instructions.md,…

13 de jun. de 2026
lex-multirepo
Desenvolvedores de software

Bootstrap sibling lex-fmt repos into /tmp/lex-fmt/ for multi-repo agent tasks. Use when: (1) the task explicitly names a sibling lex-fmt repo by name (`comms`, `vscode`, `lexed`, `nvim`, `tree-sitter-lex`, `zed-lex`, `mkdocs-lex`) and the rooted repo is…

13 de jun. de 2026
release-fleet-triage
Desenvolvedores de software

Drain the release fleet inbox: process the consumer-filed issues that arthur-debert/release accumulates from the escalation loop. Pull the prioritized cluster digest with `release-inbox`, decide what to fix now by recurrence + blast radius, drive each fix…

13 de jun. de 2026
Mostrando 8 de 41 skills coletadas.
implementing
Desenvolvedores de software

Implement one shipit task as a role-scoped implementer. Use when an agent is spawned to build a standalone issue or epic workstream: make the code/test change in its Tree, verify it, open a draft PR with context, run the PR engine once, then stop before…

29 de jul. de 2026
shepherding-prs
Analistas de garantia de qualidade de software e testadores

Shepherd one shipit draft PR through review-addressing rounds. Use when an agent is assigned to a PR after it is open: read current review threads, address findings in severity order, fix or reply, resolve threads, verify, push the round, and park without…

29 de jul. de 2026
coordinating
Desenvolvedores de software

Coordinate shipit's delegated dev cycle. Use when the top-level agent is orchestrating a standalone issue, epic, workstream set, or PR lifecycle: gather context, brief implementers and shepherds, drive the PR engine, wait, flip ready, and stop at the human…

19 de jul. de 2026
grill-me-with-docs
Desenvolvedores de software

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and…

19 de jul. de 2026
lex-primer
Desenvolvedores de software

Primer for writing correct Lex documents. Use when: (1) Writing or generating .lex content (2) Understanding Lex syntax (it is NOT Markdown) (3) Reviewing whether a .lex file is syntactically correct (4) Converting content to Lex format

19 de jul. de 2026
planning
Desenvolvedores de software

Plan a new feature or epic from loose ideas through to issues. Drives ideation → overview checkpoint → Spec → ADRs → docs PR (Leg A), then epic decomposition → issues (Leg B). Use at the START of a feature/epic, before any code. NOT for single fixes — the…

19 de jul. de 2026
shipit-session-status
Desenvolvedores de software

Show the dev-cycle story of the current session — the flow view of spawn/review/planning milestones from shipit's durable log. Use when the user asks what happened this session, wants a session status, or asks about an epic's progress.

19 de jul. de 2026
to-spec
Desenvolvedores de software

Turn the current conversation context into an authoritative feature Spec and write it to docs/spec/. Use when user wants to create the first planning artifact from ideation or a blessed overview, before the architectural grill (`/grill-me-with-docs`).

19 de jul. de 2026
Mostrando 8 de 9 skills coletadas.
loc-refactor
sem classificação

Split oversized source and test files into cohesive modules without changing behavior. Use when the user invokes /loc-refactor, asks for a periodic file split, wants rustloc-guided modularization, or needs large files made easier for humans and agents to…

26 de ago. de 2026
writing-documentation
sem classificação

Structure a project's documentation — README, architecture docs, component docs, specs — as why/what/how roles scaled to the project's actual size. Use when writing or reorganizing a README or doc set, when deciding whether a document should be split or…

25 de ago. de 2026
writing
sem classificação

Write descriptions, not meta-analysis. Use whenever producing prose a human or another agent will read later — design docs, specs and ADRs, PR descriptions and review replies, rustdoc and docstrings, GitHub issue comments, commit messages, plans, and status…

25 de ago. de 2026
dejargon
sem classificação

Replace vague mechanical-metaphor jargon — gate, leg, pin, load-bearing, wire up, plumb through, surface — with the concrete actor, mechanism, and consequence. Use this whenever writing prose that persists or reaches humans (commit messages, PR titles and…

19 de ago. de 2026
interface-first
sem classificação

Decide whether a feature's interface should land as its own workstream ahead of the implementation, and how to build one when it does. Use when slicing a spec into an epic and workstreams; whenever a decomposition introduces a new data model, schema, API, or…

19 de ago. de 2026
slop-clean
sem classificação

Remove session sediment from anything persisted under source control — code comments, docstrings, prose docs, scripts, config — without changing executable behavior. Use when persisted text contains development history, provenance, dates, duplicated…

19 de ago. de 2026
padz-datastore-persistence
Desenvolvedores de software

Explains the padz hybrid store architecture—files are truth, JSON metadata is a rebuildable cache. Covers self-healing reconciliation (orphans, zombies, staleness), the Backend+Store split for testability, and how to use MemBackend for unit tests. Use when…

19 de jul. de 2026
padz-display-identifiers
Desenvolvedores de software

Explains the Display Identifier system in padz—a dual-identifier approach that provides stable, user-friendly IDs (1, 2, p1, d1) while internally using UUIDs. Use when working on pad listing, selection, or any CLI command that references pads by ID. Critical…

19 de jul. de 2026
padz-output-customization
Desenvolvedores de software

Guide for customizing padz CLI output using templates and stylesheets. Use when working on padz rendering, modifying how pads are displayed, changing colors/styles, editing Jinja templates, or working with the outstanding crate integration. Covers the…

19 de jul. de 2026
padz-output
Desenvolvedores de software

Guide for customizing padz CLI output: templates, styles, and rendering. Use when working on: (1) Modifying templates in crates/padz/src/cli/templates/, (2) Adding or changing styles in styles/default.yaml, (3) Debugging output with --output flag, (4) Adding…

19 de jul. de 2026
padz-for-agents
Desenvolvedores de software

Use padz to record, retrieve, and hand off notes and tasks across agent sessions. Trigger when: (1) the user asks to "save this as a note", "remember this for later", "turn this into a task / todo list"; (2) the agent needs to persist context across a…

19 de jul. de 2026
Mostrando 8 de 8 repositórios
Todos os repositórios foram exibidos