threadline-shipUse when preparing a change for review — before committing, before opening a pull request, and before claiming work is complete. Covers the commit convention, the pre-push gate, what the pull request has to contain, and what CI will check.threadline-adrUse when a change is an architectural decision rather than an incremental fix — a new dependency, a new data model relationship, a new trust boundary, or a reversal of an existing decision. Covers this repository's specific ADR format, which is stricter than…threadline-api-endpointUse when adding, changing, or removing an HTTP route in apps/api — including anything that touches the Repository interface, the OpenAPI specification, or an authorization decision. Enforces the six-step order that keeps routes, persistence, policy, spec,…threadline-local-stackUse when running, verifying, or debugging Threadline locally — starting the three services, choosing between in-memory and MongoDB persistence, reproducing a realtime bug, or diagnosing why the stack will not come up. Read before assuming a symptom is a code…threadline-realtime-eventUse when changing the Durable Object message protocol in apps/realtime — adding a message type, changing presence or fan-out behavior, altering ticket verification, or touching room event persistence. Covers the workerd runtime constraints that make this tier…threadline-trust-boundaryUse before changing anything that touches authorization, room tickets, the internal ingest path, OIDC/OAuth, sessions, secrets, or TURN credentials — and before removing any check that appears redundant with another service's. Covers the review a…
مستكشف المستودعات
hoangsonww · المستودعات و skills الممثلة - الصفحة ٢
عرض على مستوى المستودعات لـ ٢٦٥ skills مجمعة عبر ١٤ مستودعات GitHub.
generate-reportsGenerate all orchestrator report types — execution summaries, agent performance, workflow analytics, health, config audit, and HTML dashboard with charts. Use after task runs or for project status overview.health-checkRun system health checks and generate a health report. Use when checking system status, agent availability, or before deployments.run-testsRun the project test suite with optional filtering by marker or file. Use when you need to verify code changes, check test status, or diagnose test failures.security-reviewReview code changes for security vulnerabilities, authentication gaps, injection risks, and unsafe patterns. Use before merging PRs or after security-sensitive changes.