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

agent

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

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

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

commit
مطوّرو البرمجيات

Prepare and execute high-quality Conventional Commits from working tree changes with repository-aware commit scoping (root repo and submodules) and atomic commit planning. Use when asked to commit, split commits, draft commit messages, or organize staged/unstaged changes into safe commit units.

2026-04-01
design
مطوّرو البرمجيات

Design and implement code changes end-to-end, from requirements clarification through implementation, validation, and documentation updates. Use when writing new code, extending features, fixing bugs, or making structured code changes where correctness, maintainability, and clear tradeoffs matter.

2026-04-01
document
مطوّرو البرمجيات

Add or improve code and repository documentation so behavior, constraints, and usage are clear and current. Use when asked to write/update docs, docstrings, inline rationale comments, architecture notes, or change-related documentation for code updates.

2026-04-01
find-skills
مساعدو الموارد البشرية (باستثناء الرواتب وضبط الوقت)

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

2026-04-01
install-skills
مطوّرو البرمجيات

Install skills from skills.sh, rename to short names, and track originals for updates.

2026-04-01
lint
مطوّرو البرمجيات

Run repository linting and formatting checks, fix lint failures, and verify a clean result. Use when asked to lint code, resolve style/tooling violations, or make CI lint checks pass across changed files or whole repositories.

2026-04-01
performance
مطوّرو البرمجيات

Evaluate and improve performance by identifying hot paths, reducing unnecessary allocations/work, and optimizing data flow and I/O behavior without changing required functionality. Use when addressing latency, throughput, CPU/memory overhead, startup cost, or scaling bottlenecks.

2026-04-01
plan
مطوّرو البرمجيات

Create, maintain, and execute ExecPlans for complex or multi-step work that spans many files or repositories. Use when work needs a self-contained living plan with milestones, decision tracking, concrete commands, validation criteria, and restartable context.

2026-04-01
pull-request
مطوّرو البرمجيات

Create and manage pull requests with submodule-aware branch handling, auto-generated titles and descriptions from commit history, and safety-first push behavior. Use when asked to open a PR, check PR status, push a branch, or prepare changes for review.

2026-04-01
redesign
مطوّرو البرمجيات

Refactor and improve existing code while preserving behavior, using incremental, verifiable changes to reduce complexity and improve maintainability. Use when updating existing implementations, simplifying architecture, or restructuring legacy code without changing external contracts unless explicitly requested.

2026-04-01
reliability
مطوّرو البرمجيات

Assess and improve runtime reliability by hardening error handling, resource lifecycle management, cancellation/timeout behavior, and recovery characteristics. Use when building or reviewing code that touches I/O, concurrency, retries, long-running jobs, cleanup paths, or failure handling.

2026-04-01
rename
مطوّرو البرمجيات

Safely rename symbols and identifiers with scope control, ambiguity checks, and post-rename verification. Use when renaming variables, functions, types, files, or API fields across one or many files, especially when consistency and low false-positive risk matter.

2026-04-01
research
محللو الإدارة

Create and update research documents in research/ for technical investigations, vendor evaluations, architecture decisions, and product research. Use when asked to start research, write up findings, or update an existing research doc.

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

Perform structured code review focused on correctness, test coverage, and regressions, with findings prioritized by severity and grounded in file/line evidence. Use when asked to review, audit, assess risk, or evaluate change quality before merge or commit.

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

Assess and improve security posture of code changes by addressing input handling, authentication/authorization boundaries, secret management, cryptography usage, and dependency/supply-chain risk. Use when code processes untrusted input, handles credentials/tokens, accesses protected resources, or changes external interfaces.

2026-04-01
sync
مطوّرو البرمجيات

Sync local repo after a PR merge by switching to main, fetching with prune, pulling, and deleting stale local branches. Use when asked to sync, clean up after merge, or delete merged branches.

2026-04-01
tech-debt
مطوّرو البرمجيات

Discover, document, resolve, and maintain tech debt items in per-repo TECH_DEBT.md files. Use when asked to find tech debt, document debt, fix a tech debt item, or audit a submodule for debt.

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

Design and implement high-value tests for changed or specified behavior, including edge cases, error paths, and dependency interactions, with a plan-first workflow and explicit verification results. Use when asked to add tests, improve coverage, validate fixes, or harden behavior.

2026-04-01