Skip to main content
arthur-debert
GitHub 제작자 프로필

arthur-debert

8개 GitHub 저장소에서 수집된 67개 skills를 저장소 단위로 보여줍니다.

수집된 skills
67
저장소
8
업데이트
2026년 8월 26일
저장소 탐색

저장소와 대표 skills

gh-pr-review-loop
소프트웨어 품질 보증 분석가·테스터

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…

2026년 6월 22일
release-issue-relay
기타 컴퓨터 관련 직업

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,…

2026년 6월 21일
review-audit
소프트웨어 품질 보증 분석가·테스터

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…

2026년 6월 17일
release-fleet-ops
소프트웨어 개발자

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…

2026년 6월 16일
electron-e2e-testing
소프트웨어 품질 보증 분석가·테스터

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)…

2026년 6월 13일
gh-repo-setup
소프트웨어 개발자

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,…

2026년 6월 13일
lex-multirepo
소프트웨어 개발자

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…

2026년 6월 13일
release-fleet-triage
소프트웨어 개발자

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…

2026년 6월 13일
수집된 skill 41개 중 8개를 표시합니다.
implementing
소프트웨어 개발자

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…

2026년 7월 29일
shepherding-prs
소프트웨어 품질 보증 분석가·테스터

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…

2026년 7월 29일
coordinating
소프트웨어 개발자

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…

2026년 7월 19일
grill-me-with-docs
소프트웨어 개발자

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…

2026년 7월 19일
lex-primer
소프트웨어 개발자

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

2026년 7월 19일
planning
소프트웨어 개발자

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…

2026년 7월 19일
shipit-session-status
소프트웨어 개발자

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.

2026년 7월 19일
to-spec
소프트웨어 개발자

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`).

2026년 7월 19일
수집된 skill 9개 중 8개를 표시합니다.
loc-refactor
미분류

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…

2026년 8월 26일
writing-documentation
미분류

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…

2026년 8월 25일
writing
미분류

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…

2026년 8월 25일
dejargon
미분류

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…

2026년 8월 19일
interface-first
미분류

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…

2026년 8월 19일
slop-clean
미분류

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…

2026년 8월 19일
padz-datastore-persistence
소프트웨어 개발자

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…

2026년 7월 19일
padz-display-identifiers
소프트웨어 개발자

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…

2026년 7월 19일
padz-output-customization
소프트웨어 개발자

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…

2026년 7월 19일
padz-output
소프트웨어 개발자

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…

2026년 7월 19일
padz-for-agents
소프트웨어 개발자

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…

2026년 7월 19일
저장소 8개 중 8개 표시
모든 저장소를 표시했습니다