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

syakoo-lab

يحتوي syakoo-lab على 13 من skills المجمعة من syakoo، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

health-checkup
مطوّرو البرمجيات

Periodic code health checkup for design drift not caught by CI. Use at version bumps or when asked for a code health check / 健康診断 / 健診. Audits logged advisory deviations and runs a deepen-modules pass.

2026-06-21
version-up
مطوّرو البرمجيات

Perform a project release: bump the semver `version` in package.json, summarize changes since the last release, and hand off to the health-checkup. Use when cutting a release, bumping the project version, or asked to "version up".

2026-06-21
coding-guide
مطوّرو البرمجيات

Project coding conventions and architecture constraints. Use when implementing, creating, or modifying components and modules (e.g. "create a component", "implement this feature").

2026-06-21
create-pull-request
مطوّرو البرمجيات

Create a PR aligned with the AI-led workflow: summary, design (when relevant), impact and risks. Use when creating a pull request, opening a PR, pushing for review, or completing implementation of an issue.

2026-06-20
address-pr-review
مطوّرو البرمجيات

Triage GitHub PR review feedback (top-level, inline, threads); implement agreed items; escalate disagreements or questions. Includes lint/test checks, per-thread replies with commit SHA, and a chat summary. Use when fixing review feedback on an open PR—not for greenfield implementation only.

2026-06-14
suggest-improvement
مطوّرو البرمجيات

Propose codifying reusable lessons from trial-and-error or explicit user requests into lint, rules, or skills. Use near task completion after failed first attempts, or when the user asks to "make it a rule" or "leave a lesson". NOT for empirically testing instructions on fresh agents (tune-prompt) or drafting a new skill without a lesson to codify.

2026-06-14
tune-prompt
محللو ضمان جودة البرمجيات والمختبرون

Empirically test skills, rules, or prompts on fresh agents with scored checklists; edit one theme per cycle until instructions land. Use after creating or heavily revising agent instructions, when agents misbehave on those instructions, or when validating that a skill is followed correctly. NOT for codifying runtime lessons after task failures (suggest-improvement) or drafting a new skill without empirical validation.

2026-06-14
review-pull-request
محللو ضمان جودة البرمجيات والمختبرون

Read-only review of an open pull request: scope, FSD layout, coding conventions, hygiene, tests, and PR body. Post findings as a GitHub PR comment. Use when a PR is opened or when asked to review a PR.

2026-06-07
create-github-issue
مطوّرو البرمجيات

Draft GitHub issue titles and bodies for this repository using `.github/ISSUE_TEMPLATE` form definitions. Use when opening or preparing a GitHub issue or feature request (e.g. "open an issue", "機能要望").

2026-05-26
deepen-modules
مطوّرو البرمجيات

Explore the codebase for chances to turn shallow modules into deep modules per A Philosophy of Software Design. Use when improving architecture, finding refactoring opportunities, looking for shallow modules, or the user mentions "deepen".

2026-05-26
design-it-twice
مطوّرو البرمجيات

When designing a module or API, run parallel subagents to produce fundamentally different options and compare them. The first idea is rarely best—practice "Design It Twice" from A Philosophy of Software Design. Use when designing an API, exploring interface shapes, or the user mentions "design it twice" or "interface comparison".

2026-05-26
implement-issue
مطوّرو البرمجيات

Read a GitHub Issue and run branch creation through implementation, commit, and PR. Use when the user asks to implement, work on, or execute a GitHub issue (e.g. "implement #123", "work on Issue #42").

2026-05-26
project-structure
مطوّرو البرمجيات

Feature-Sliced Design (FSD) project layout: layer dependencies, slice structure, and naming conventions. Use when creating directories, moving files between layers, or deciding where to place modules (e.g. "where does this component go?", "explain the directory structure").

2026-05-26