Skip to main content
arthur-debert
ملف منشئ GitHub

arthur-debert

عرض على مستوى المستودعات لـ ٦٧ skills مجمعة عبر ٨ مستودعات GitHub.

skills مجمعة
٦٧
مستودعات
٨
محدث
٢٦ أغسطس ٢٠٢٦
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

المستودعات و 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…

٢٢ يونيو ٢٠٢٦
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,…

٢١ يونيو ٢٠٢٦
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…

١٧ يونيو ٢٠٢٦
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…

١٦ يونيو ٢٠٢٦
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)…

١٣ يونيو ٢٠٢٦
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,…

١٣ يونيو ٢٠٢٦
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…

١٣ يونيو ٢٠٢٦
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…

١٣ يونيو ٢٠٢٦
عرض 8 من أصل ٤١ skills مجمعة.
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…

٢٩ يوليو ٢٠٢٦
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…

٢٩ يوليو ٢٠٢٦
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…

١٩ يوليو ٢٠٢٦
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…

١٩ يوليو ٢٠٢٦
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

١٩ يوليو ٢٠٢٦
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…

١٩ يوليو ٢٠٢٦
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.

١٩ يوليو ٢٠٢٦
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`).

١٩ يوليو ٢٠٢٦
عرض 8 من أصل ٩ skills مجمعة.
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…

٢٦ أغسطس ٢٠٢٦
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…

٢٥ أغسطس ٢٠٢٦
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…

٢٥ أغسطس ٢٠٢٦
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…

١٩ أغسطس ٢٠٢٦
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…

١٩ أغسطس ٢٠٢٦
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…

١٩ أغسطس ٢٠٢٦
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…

١٩ يوليو ٢٠٢٦
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…

١٩ يوليو ٢٠٢٦
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…

١٩ يوليو ٢٠٢٦
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…

١٩ يوليو ٢٠٢٦
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…

١٩ يوليو ٢٠٢٦
عرض ٨ من أصل ٨ مستودعات
تم تحميل كل المستودعات