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

github-bootstrap

يحتوي github-bootstrap على 37 من skills المجمعة من aydabd، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
37
Stars
1
محدث
2026-07-02
Forks
0
التغطية المهنية
9 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

github-comment-resolution
محللو ضمان جودة البرمجيات والمختبرون

Resolve GitHub PR review comments safely, read unresolved comments, validate each issue, make minimal fixes, test, commit, and resolve.

2026-07-02
token-optimization
مطوّرو البرمجيات

Use zero-install context minimization first, with optional local optimization tooling when available.

2026-07-02
accessibility-review
مطوّرو الويب

Accessibility review for semantic HTML, ARIA, keyboard support, focus, screen readers, contrast, and WCAG-oriented issues.

2026-05-01
api-contract-review
محللو ضمان جودة البرمجيات والمختبرون

API and contract review for OpenAPI/AsyncAPI/protobuf changes, backwards compatibility, schemas, status codes, and examples.

2026-05-01
architecture-review
مطوّرو البرمجيات

Architecture review for SOLID, layering, boundaries, coupling, cohesion, extensibility, and maintainability.

2026-05-01
backend-review
محللو ضمان جودة البرمجيات والمختبرون

Backend review for handlers, services, validation, errors, transactions, dependency boundaries, and service contracts.

2026-05-01
breaking-change-review
محللو ضمان جودة البرمجيات والمختبرون

Breaking-change review for public APIs, events, configs, feature flags, CLI behavior, and migration compatibility.

2026-05-01
ci-cd-review
مطوّرو البرمجيات

CI/CD review for workflows, artifact safety, caching, deployment gates, secrets, permissions, and reproducibility.

2026-05-01
compatibility-review
محللو ضمان جودة البرمجيات والمختبرون

Compatibility review for backwards/forwards compatibility across APIs, events, database, config, clients, and deployment versions.

2026-05-01
compliance-review
المحامونالمساعدون القانونيون ومساعدو المحامين

Compliance review for auditability, GDPR/PII, retention, financial controls, consent, and regulatory traceability.

2026-05-01
data-review
مصممو قواعد البيانات

Data review for migrations, data compatibility, transactions, indexing, retention, and data-loss risk.

2026-05-01
database-review
مصممو قواعد البيانات

Database review for queries, indexes, locks, migrations, isolation levels, query plans, and schema evolution.

2026-05-01
dependency-review
محللو أمن المعلومات

Dependency and supply-chain review for package changes, vulnerabilities, licenses, pinning, and transitive risk.

2026-05-01
docs-content-review
مطوّرو البرمجيات

Documentation and content review for README, changelog, comments, user-facing text, naming, and migration notes.

2026-05-01
domain-classification
محللو ضمان جودة البرمجيات والمختبرون

Map changed files to technical domain categories for routing to the correct specialist reviewers.

2026-05-01
findings-contract
متخصصو إدارة المشاريع

Defines the compact JSONL finding schema used by all PR specialist agents and the review auditor.

2026-05-01
findings-deduplication
محللو ضمان جودة البرمجيات والمختبرون

Merge duplicate specialist findings, resolve conflicts, and create a short final PR review summary.

2026-05-01
frontend-review
مطوّرو البرمجيات

Frontend review for React/TypeScript patterns, state management, rendering, bundle impact, forms, and UX regressions.

2026-05-01
infra-review
مديرو الشبكات وأنظمة الحاسوب

Infrastructure review for Terraform, Kubernetes, Helm, IAM, network policy, secrets, and runtime configuration.

2026-05-01
logic-review
محللو ضمان جودة البرمجيات والمختبرون

Logic review for correctness, edge cases, state transitions, error handling, concurrency, and business invariants.

2026-05-01
minimal-fix-review
محللو ضمان جودة البرمجيات والمختبرون

Review whether a patch fixes only the intended issue with minimal blast radius and no unrelated changes.

2026-05-01
observability-review
مديرو الشبكات وأنظمة الحاسوب

Observability review for logs, metrics, tracing, correlation IDs, error context, dashboards, and alertability.

2026-05-01
performance-review
محللو ضمان جودة البرمجيات والمختبرون

Performance review for expensive loops, N+1 calls, memory pressure, latency, caching, and unnecessary IO.

2026-05-01
pr-context-collection
مطوّرو البرمجيات

Collect minimal PR context needed by orchestrators and specialists without reading full files or the whole repo.

2026-05-01
pr-diff-analysis
محللو ضمان جودة البرمجيات والمختبرون

Analyze pull request diffs efficiently and route files to the right review specialists without loading the whole repository.

2026-05-01
prompt-gate
مطوّرو البرمجيات

Optimizes user prompts before implementation. Use when the user asks to improve, prepare, validate, reduce ambiguity, minimize token usage, or avoid iteration loops before sending a task to an AI coding agent.

2026-05-01
regression-risk-review
محللو ضمان جودة البرمجيات والمختبرون

Regression-risk review for behavior changes likely to break existing users, flows, integrations, or production data.

2026-05-01
resilience-review
مطوّرو البرمجيات

Resilience review for timeouts, retries, idempotency, circuit breakers, fallbacks, and failure isolation.

2026-05-01
risk-classification
محللو ضمان جودة البرمجيات والمختبرون

Classify PR risk and select which specialist reviewers should run based on changed files, diff shape, and risk hints.

2026-05-01
security-review
محللو أمن المعلومات

Security review for auth, authorization, secrets, injection, crypto, dependency misuse, and unsafe data exposure.

2026-05-01
severity-classification
محللو ضمان جودة البرمجيات والمختبرون

Classify review findings into blocking, non-blocking, or note with consistent merge-risk rules.

2026-05-01
test-impact-selection
محللو ضمان جودة البرمجيات والمختبرون

Select the minimal useful tests to run based on changed files, impacted components, and repository conventions.

2026-05-01
test-review
محللو ضمان جودة البرمجيات والمختبرون

Test review for missing coverage, weak assertions, flaky tests, isolation, fixtures, and regression risk.

2026-05-01
development-workflow
محللو ضمان جودة البرمجيات والمختبرون

Requirements-to-implementation workflow. Use this when connecting requirements to design, implementation, testing, and delivery.

2026-02-28
testing-integration
محللو ضمان جودة البرمجيات والمختبرون

Integration and E2E testing design. Use this when writing integration tests, E2E tests, or deciding what belongs in each test layer.

2026-02-28
testing-patterns
محللو ضمان جودة البرمجيات والمختبرون

Test implementation patterns. Use this when writing tests — table-driven tests, mocking, fixtures, assertions, and parallel execution.

2026-02-28
testing-strategy
محللو ضمان جودة البرمجيات والمختبرون

Testing philosophy and strategy. Use this when deciding what to test, naming tests, or identifying corner cases.

2026-02-28