Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

claude-staff-engineer

يحتوي claude-staff-engineer على 16 من skills المجمعة من swapniltamse، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
16
Stars
6
محدث
2026-05-25
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

change-coupling-detector
مطوّرو البرمجيات

Detects files that always change together, exposing hidden coupling that inflates Lead Time for Change and makes every PR bigger than it needs to be.

2026-05-25
deployment-checklist
مطوّرو البرمجيات

Generates a deployment-specific checklist before any code ships, covering rollout, monitoring, communication, and rollback. Directly reduces Change Failure Rate and Mean Time to Restore.

2026-05-25
feature-flag-gate
مطوّرو البرمجيات

Requires a feature flag for any user-facing change, giving teams an instant kill switch without a deployment.

2026-05-25
flaky-test-detector
محللو ضمان جودة البرمجيات والمختبرون

Identifies flaky tests in the affected test suite before shipping, because flaky tests kill Deployment Frequency by making CI untrustworthy.

2026-05-25
test-coverage-gate
محللو ضمان جودة البرمجيات والمختبرون

Blocks shipping code where test coverage for changed files drops below threshold, and flags untested paths that directly raise Change Failure Rate.

2026-05-25
breaking-change-detector
مطوّرو البرمجيات

Detects breaking changes to public APIs, interfaces, and exported symbols, and blocks shipping without a migration path.

2026-05-25
dependency-audit
مطوّرو البرمجيات

Audits any new dependency before it enters the codebase, covering license, maintenance health, CVEs, and bundle impact.

2026-05-25
migration-sentinel
مطوّرو البرمجيات

Hard gate for database migrations. Enforces reversibility, lock analysis, and dual-write strategy before any schema change ships.

2026-05-25
no-new-abstraction
مطوّرو البرمجيات

Enforces the Rule of Three — a new abstraction requires three existing, real call sites before it is created.

2026-05-25
observability-gate
مطوّرو البرمجيات

Blocks feature completion until structured logging, a metric, and a named alert condition are present in the shipped code.

2026-05-25
ownership-chain
مطوّرو البرمجيات

Requires explicit ownership declaration for new code — team, runbook, and on-call rotation — before a feature ships.

2026-05-25
postmortem-check
مطوّرو البرمجيات

Scans files being modified for incident annotations before touching them, surfacing prior postmortem learnings the model would otherwise ignore.

2026-05-25
rfc-gate
مطوّرو البرمجيات

Triggers a mandatory RFC when a change is high-complexity, high-blast-radius, or introduces a new architectural pattern.

2026-05-25
staff-architect
مطوّرو البرمجيات

Prevents architectural bloat by evaluating existing assets, compute costs, and technical debt before writing any code.

2026-05-25
exec-summary
مطوّرو البرمجيات

Generates an executive-grade PR summary from the current session's work, formatted for engineering leadership and business stakeholders.

2026-05-25
surgical-strike
مطوّرو البرمجيات

Enforces strict blast-radius limits to protect Change Failure Rate (CFR).

2026-05-25