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

7review

يحتوي 7review على 19 من skills المجمعة من Y4NN777، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

api-contract-review
مطوّرو البرمجيات

Use for changes to REST, GraphQL, RPC, protobuf, OpenAPI, AsyncAPI, webhooks, SDK-facing structs, HTTP status semantics, pagination, idempotency, retry behavior, request/response schemas, and event payloads. This skill detects contract drift, backward-incompatible behavior, unsafe defaults, and missing contract tests.

2026-06-29
data-migration-review
مصممو قواعد البيانات

Use for database migrations, schema changes, data model updates, persistence logic, query behavior, cache invalidation, backfills, retention changes, and durable memory writes. This skill reviews rolling deploy safety, reversibility, locking, data integrity, tenant isolation, migration ordering, and operational recovery.

2026-06-29
design-contract-review
مطوّرو البرمجيات

Use when implementation must be checked against explicit design intent: PRD/SRS, acceptance criteria, architecture contracts, ADRs, component ownership, API/UI/data contracts, invariants, guarantees, prohibitions, and generated project wiki sections. Finds behavior that is locally correct but violates the intended system design.

2026-06-29
methodology-review
مطوّرو البرمجيات

Use to enforce an engineering method before judging code: problem intent, PRD/product scope, SRS/verifiable requirements, system contract/invariants, responsibility assignment, architecture/modeling, then implementation review. Also enforces the agent review lifecycle when the target system is a review automation service. Prevents shortcut reviews that let code or model output invent missing context.

2026-06-29
reliability-review
مطوّرو البرمجيات

Use for changes touching goroutines, workers, queues, retries, timeouts, context cancellation, HTTP clients, external APIs, Docker sidecars, streaming, memory stores, file handles, locks, schedulers, idempotency, or observability. This skill finds production failure modes such as leaks, hangs, duplicate work, lost work, retry storms, and silent partial failure.

2026-06-29
traceability-review
مطوّرو البرمجيات

Use when code changes must be traced to requirements, invariants, architecture decisions, threat controls, API contracts, process gates, or design sources. Enforces links between changed files and identifiers such as FR, NFR, INV, GAR, PRO, LAW, OPC, ADR, CMP, DSO, CTRL, and threat-model controls.

2026-06-29
config-dependency-review
مطوّرو البرمجيات

Use for dependency, build, CI, Docker, environment variable, feature flag, permission, runtime config, release packaging, and supply-chain changes. This skill reviews reproducibility, secret safety, least privilege, unsafe scripts, rollout defaults, version pinning, and deployment drift.

2026-06-27
framework-rules-review
مطوّرو البرمجيات

Use to enforce repository-specific engineering framework rules, architectural boundaries, coding conventions, language idioms, lifecycle hooks, package ownership, local helpers, deterministic gates, and documented guardrails. This skill resolves local rules from AGENTS.md, CLAUDE.md, rules directories, nearby code patterns, and framework docs without turning style preference into findings.

2026-06-27
frontend-accessibility-review
مصممو واجهات الويب والرقمية

Review UI changes for accessibility, semantic HTML, keyboard interaction, focus management, responsive layout, design token consistency, form errors, and safe client behavior.

2026-06-27
github-merge-api
مطوّرو البرمجيات

Master GitHub pull request APIs for review enrichment and publishing. Use when the agent needs to normalize GitHub webhook events, fetch PR metadata, commits, changed files, checks, discussions, labels, reviewers, or publish draft/final review comments.

2026-06-27
gitlab-merge-api
مطوّرو البرمجيات

Master GitLab merge request APIs for review enrichment and publishing. Use when the agent needs to normalize GitLab webhook events, fetch MR metadata, commits, diffs, pipelines, discussions, labels, approvals, or publish draft/final merge request notes.

2026-06-27
hil-gate-review
مطوّرو البرمجيات

Guide human-in-the-loop review decisions: decide when draft reports can be published, when final reports require approval, and how human edits affect memory.

2026-06-27
laws-guards-review
مطوّرو البرمجيات

Use for protected behavior governed by laws, guards, invariants, prohibitions, safety boundaries, authorization constraints, privacy rules, operation contracts, approval gates, destructive actions, publishing, and memory writes. Finds bypasses and alternate paths that violate explicit constraints.

2026-06-27
process-knowledge-review
مطوّرو البرمجيات

Apply process knowledge such as Definition of Done, delivery rules, release gates, test expectations, operational playbooks, review policy, and team workflow constraints.

2026-06-27
project-knowledge
مطوّرو البرمجيات

Use to discover, classify, select, and cite rich project knowledge for reviews: AGENTS.md, instructions, rules, PRD/SRS, architecture contracts, ADRs, API specs, threat models, design tokens, process docs, and project wiki context packs. Ensures review context is relevant, source-cited, and not invented.

2026-06-27
project-wiki
مطوّرو البرمجيات

Use when the agent needs to build, refresh, validate, or consume a repository wiki/context pack for better reviews. This skill turns source trees, docs, contracts, architecture notes, APIs, and tests into evidence-based project knowledge with citations, diagrams, ownership maps, and machine-readable context packs. It is for scheduled/manual knowledge building, not every hot review path.

2026-06-27
review-publisher
مطوّرو البرمجيات

Publish draft and final review reports safely to GitHub or GitLab. Use when the agent needs to format findings, avoid duplicate bot comments, create inline comments, update previous reports, or apply human-in-the-loop approval policy before publishing.

2026-06-27
security-review
محللو أمن المعلومات

Use for any change touching trust boundaries, authn/authz, secrets, privacy, tenant isolation, parsers, files, network calls, webhooks, crypto, logging, dependency execution, or user-controlled input. This skill produces exploit-oriented security findings with attacker capability, failing guard, affected asset, evidence, false-positive checks, and concrete remediation.

2026-06-27
test-quality-review
محللو ضمان جودة البرمجيات والمختبرون

Evaluate whether tests cover changed behavior, edge cases, regressions, external integrations, and deterministic validation paths. Use for all non-trivial code changes and especially bug fixes, validators, parsers, adapters, and workflows.

2026-06-27