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

swarmx

يحتوي swarmx على 18 من skills المجمعة من njfio، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
18
Stars
0
محدث
2026-04-03
Forks
0
التغطية المهنية
5 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

architecture-decision-quality
مطوّرو البرمجيات

Turn a specification into a concrete architecture with stable contracts, file boundaries, ownership, and risk analysis. Use this when acting as the architecture writer for a task.

2026-04-03
code-change-verification
محللو ضمان جودة البرمجيات والمختبرون

Run the project verification stack after code changes. Trigger on code changes and stop on the first failure, fix it, then rerun the full stack from the top.

2026-04-03
new-file-placement
مطوّرو البرمجيات

Verify that newly created files follow the repo's existing directory layout, naming conventions, and export patterns. Trigger when a new file is created.

2026-04-03
planning-decomposition-quality
مطوّرو البرمجيات

Break architecture into execution-ready sub-tasks with clear ownership, dependencies, and contract references. Use this when acting as the planner for a task.

2026-04-03
playwright-browser-automation
محللو ضمان جودة البرمجيات والمختبرون

Use Playwright for browser automation, UI validation, E2E tests, and interaction debugging. Useful for flows that need real page navigation, assertions, screenshots, or request interception.

2026-04-03
pre-merge-checklist
محللو ضمان جودة البرمجيات والمختبرون

Final merge-readiness check after gates pass. Confirms verification is green, changed files are clean, and obvious release blockers are gone before merge.

2026-04-03
schema-migration-review
مصممو قواعد البيانات

Review schema and migration changes for safety, reversibility, rollout risk, and data integrity. Trigger when schema files or migrations change.

2026-04-03
spec-writing-best-practices
مطوّرو البرمجيات

Write a requirements spec that is testable, scoped, and implementation-aware without turning into architecture. Use this when acting as the spec writer for a task.

2026-04-03
api-change-protocol
مطوّرو البرمجيات

Review API or route changes for backward compatibility, contract drift, and documentation impact. Trigger when endpoints, handlers, or request/response contracts change.

2026-03-30
chrome-devtools-debugging
محللو ضمان جودة البرمجيات والمختبرون

Use Chrome DevTools Protocol through Playwright to capture richer browser diagnostics such as console errors, failed requests, coverage, and performance metrics when normal logs are insufficient.

2026-03-30
dependency-review
مطوّرو البرمجيات

Audit changed dependencies for security, compatibility, lockfile hygiene, and necessity. Trigger when package manifests or lockfiles change.

2026-03-30
external-api-knowledge
مطوّرو البرمجيات

Look up current third-party API docs and reference material instead of guessing from memory. Use this when external frameworks, SDKs, or platform APIs are part of the task.

2026-03-30
test-failure-analysis
محللو ضمان جودة البرمجيات والمختبرون

Analyze failing tests before changing code. Distinguish implementation bugs, test bugs, flaky behavior, and environment problems, then explain the likely root cause.

2026-03-30
conductor-state-machine-review
مطوّرو البرمجيات

Review task lifecycle, conductor orchestration, and restart recovery invariants before changing task states, arbiter controls, merge flow, or crash recovery. Use this for risky conductor edits.

2026-03-30
dashboard-data-flow-consistency
مصممو واجهات الويب والرقمية

Keep dashboard views aligned on shared query keys, polling policy, invalidation, mutation feedback, and loading/error/empty states. Use this when editing dashboard views, hooks, or task controls.

2026-03-30
docs-sync
مطوّرو البرمجيات

Audit code-adjacent documentation for drift after behavior changes. Use this when runtime changes may have made READMEs, dashboard notes, API docs, or active architecture docs stale.

2026-03-30
implementation-strategy
مطوّرو البرمجيات

Decide the compatibility boundary and implementation approach before changing runtime behavior, shared types, task state transitions, or HTTP/gRPC contracts. Use this before risky refactors or contract changes.

2026-03-30
security-remediation
محللو أمن المعلومات

Address security findings with targeted fixes. Triggers when @security reports a blocker finding.

2026-03-16