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

happyword

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

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

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

ios-app-store-submit
مطوّرو البرمجيات

Use this skill when the user asks to release the iOS app, upload a build, submit to App Store Connect review, or "在 App Store 上架/提交审核" for WordMagicGame.

2026-06-06
hw-seed-lesson-pending-review
مطوّرو البرمجيات

Seed a lesson-import draft on a deployed Happyword API (Preview or prod) and optionally run the extract-pending cron so it reaches `pending` (待复核). Uses tools starting with `hw_`. Invoke when the user wants to upload a textbook photo for review against a specific Vercel URL, mirror E2E `test_lesson_import_cron_e2e`, or smoke-test lesson import + cron on a branch deployment.

2026-05-14
server-deploy-log-triage
مديرو الشبكات وأنظمة الحاسوب

Investigate why a Vercel preview / production deployment of the FastAPI server is broken (404 on every path, 500 on every path, e2e CI red, etc.). Pulls the right log surface for the symptom and maps HTTP error headers to root causes. Use whenever the deployed server returns wrong responses, the server-ci e2e job fails, or autofix loops keep retrying without converging.

2026-05-14
vercel-preview-health
مطوّرو البرمجيات

Health-check every active Vercel Preview deployment listed in the live manifest at `https://happyword.cool/api/v1/public/preview-urls.json`. Probes `GET /api/v1/public/health` through Vercel Deployment Protection (`x-vercel-protection-bypass` header), prints a one-line status per preview, and exits non-zero if any are sick. Use when the user asks to "test preview health", "check previews", "are PR previews alive?", before merging anything that touches `server/`, after a fleet-wide redeploy or env-var rotation, or after rotating `VERCEL_AUTOMATION_BYPASS_SECRET` — do NOT loop ad-hoc `curl` calls or use `tools/vercel/smoke-prod.sh` (production-only) for this.

2026-05-14
parity-scout
محللو ضمان جودة البرمجيات والمختبرون

Drives a per-feature visual + spec-anchored gap scout across HarmonyOS / iOS / Android using tools/parity_scout/. Use when asked to "find iOS / Android gaps vs HarmonyOS main", "check parity for <feature>", or "screenshot the three platforms and tell me what's different".

2026-05-14
parity-scout
محللو ضمان جودة البرمجيات والمختبرون

Drives a per-feature visual + spec-anchored gap scout across HarmonyOS / iOS / Android using tools/parity_scout/. Use when asked to "find iOS / Android gaps vs HarmonyOS main", "check parity for <feature>", or "screenshot the three platforms and tell me what's different".

2026-05-14
three-platform-gap-detector
محللو ضمان جودة البرمجيات والمختبرون

Use when investigating iOS or Android parity gaps against the HarmonyOS baseline in WordMagicGame, especially when comparing behavior, UI style, stable IDs, screenshots, specs, plans, or three-platform feature docs.

2026-05-14
three-platform-feature-orchestrator
متخصصو إدارة المشاريع

Schedules the per-feature lifecycle for HarmonyOS / iOS / Android: intake, design, Harmony build+test, stabilization gate with human approval, parallel iOS+Android replication, parity checklist. Use when adding a new product feature, replicating an approved feature to iOS or Android, or asking "what stage is this feature in?"

2026-05-14
harmony-autofix-orchestrator
محللو ضمان جودة البرمجيات والمختبرون

Schedules a HarmonyOS autofix loop (build, codelinter, no-device unit, emulator, UI test) with guards and failure classification. Use when the user wants to fix until green, run a local CI-style loop, hvigor until tests pass, or asks for an orchestrated HarmonyOS build-and-test cycle with human escalation on infra failures.

2026-05-12
harmony-build
مديرو الشبكات وأنظمة الحاسوب

Runs OHPM and Hvigor build steps for this HarmonyOS repo using the project manifest. Use when compiling the app, after dependency changes, or as the first step of an autofix loop.

2026-05-12
harmony-codelinter
محللو ضمان جودة البرمجيات والمختبرون

Runs HarmonyOS CodeLinter (codelinter) on the project after a successful HAP build, using code-linter.json5, and fixes reported issues. Use in autofix loops immediately after harmony-build, or when addressing static analysis / code style findings.

2026-05-12
harmony-emulator-manage
مديرو الشبكات وأنظمة الحاسوب

Verifies or starts a HarmonyOS simulator or USB device via hdc, without running UI tests. Use after no-device unit tests in an autofix loop, or when hdc list targets is empty before on-device steps.

2026-05-12
harmony-fix-strategy
مطوّرو البرمجيات

Given a classified failure tier and log excerpts, proposes minimal allowed code or test changes for HarmonyOS autofix—no duplicate taxonomy. Use only after test-failure-classifier and when agent_safe or agent_risky applies; not for unguided refactors.

2026-05-12
harmony-log-analyzer
مطوّرو البرمجيات

Gathers and summarizes failure evidence from Hvigor output, test reports, and hdc hilog in the order defined by the project manifest. Use after any failed build, unit, or UI test step in a HarmonyOS autofix flow.

2026-05-12
harmony-ui-test
محللو ضمان جودة البرمجيات والمختبرون

Installs HAP and runs on-device or Instrument UI tests (ohosTest, UiTest) per the project manifest. Use when hdc is up and the autofix loop reaches device-dependent tests, or when debugging failed ohosTest cases.

2026-05-12
harmony-unit-test
محللو ضمان جودة البرمجيات والمختبرون

Runs no-device local unit tests for the HarmonyOS entry module using manifest commands. Use after a successful build and **codelinter** (in a full loop) and before starting the simulator in an autofix loop, or when fixing Local test failures under entry/src/test.

2026-05-12
safe-command-policy
مطوّرو البرمجيات

Constrains shell operations during HarmonyOS local CI and autofix runs—no destructive broad deletes, no unreviewed download-pipe, prefer manifest-defined commands. Use when executing hvigor, hdc, ohpm, or automation loops that run shell in the project.

2026-05-12
test-failure-classifier
محللو ضمان جودة البرمجيات والمختبرون

Classifies build, lint, and test failures into category (compile, lint, unit, ui, env-infra) and fixability tier only—no file edit instructions. Use after harmony-log-analyzer output or when routing HarmonyOS hvigor, codelinter, hdc, or on-device test failures in an autofix loop.

2026-05-12
vercel-prune-deployments
مديرو الشبكات وأنظمة الحاسوب

Clean up old Vercel preview deployments for the happyword server project using the repo-owned branch-prune script (dry-run then apply). Use when the user asks to prune/clean/delete Vercel deployments, reduce deployment clutter, or reset preview history — do NOT use ad-hoc `vercel rm` bulk deletes unless the user explicitly requests a different behavior.

2026-05-09
vercel-trigger-cron
مطوّرو البرمجيات

Manually POST Vercel cron endpoints (e.g. extract-pending) using VERCEL_CRON_SECRET from ~/.env. Use when Vercel scheduled cron is unavailable, after imports stuck in extracting, verifying Production/Preview before merge, or debugging async extraction — do not expose secrets in logs or chat.

2026-05-09
recraft-v4-vector
فنانو المؤثرات الخاصة والمحركون

Use when generating editable SVG/vector game art, icons, characters, props, UI assets, or marketing illustrations with Recraft V4 Vector from Codex.

2026-04-28
recraft-v4-vector
فنانو المؤثرات الخاصة والمحركونالمصممون الجرافيكيون

Use when generating editable SVG/vector game art, icons, characters, props, UI assets, or marketing illustrations with Recraft V4 Vector from Cursor.

2026-04-28
cocos-2d-gameplay-expert
مطوّرو البرمجيات

Use when working on 2D game mechanics, physics-based gameplay, or sprite-based interactions.

2026-04-25
cocos-3d-gameplay-expert
مطوّرو البرمجيات

Use when working on 3D game mechanics, physics simulations, or 3D environment interactions.

2026-04-25
cocos-ai-specialist
مطوّرو البرمجيات

Use when working on aI-driven gameplay, intelligent NPCs, procedural generation, player behavior prediction, and ML-enhanced game features.

2026-04-25
cocos-analytics-specialist
محللو أبحاث السوق ومتخصصو التسويق

Use when working on analytics implementation, KPI tracking, A/B testing, and data-driven optimization.

2026-04-25
cocos-animation-specialist
مطوّرو البرمجيات

Use when working on creating complex animations, optimizing animation performance, or implementing animation state machines.

2026-04-25
cocos-asset-manager
مطوّرو البرمجيات

Use when working on asset pipeline setup, resource loading strategies, or bundle configuration in Cocos Creator projects.

2026-04-25
cocos-backend-integrator
مطوّرو البرمجيات

Use when working on server communication, data synchronization, cloud services integration, and backend architecture in Cocos Creator projects.

2026-04-25
cocos-build-engineer
مطوّرو البرمجيات

Use when working on build setup, CI/CD pipelines, or platform-specific build issues.

2026-04-25
cocos-casual-game-expert
مطوّرو البرمجيات

Use when working on casual game development, monetization strategies, or hyper-casual game design.

2026-04-25
cocos-component-architect
مطوّرو البرمجيات

Use when working on creating custom components, implementing component communication patterns, or refactoring existing component architecture.

2026-04-25
cocos-conversion-optimizer
محللو أبحاث السوق ومتخصصو التسويق

Use when working on improving install rates and user acquisition metrics.

2026-04-25
cocos-core
مطوّرو البرمجيات

Use when working in a Cocos Creator project and general Cocos Creator conventions, project structure, TypeScript defaults, or performance expectations should apply.

2026-04-25
cocos-level-designer
مطوّرو البرمجيات

Use when working on level architecture, difficulty balancing, progression mechanics, and procedural content generation.

2026-04-25
cocos-mobile-optimizer
مطوّرو البرمجيات

Use when working on mobile-specific performance issues, battery optimization, or platform-specific features.

2026-04-25
cocos-multiplayer-architect
مطوّرو البرمجيات

Use when working on any multiplayer functionality, networking architecture, or online features.

2026-04-25
cocos-performance-optimizer
مطوّرو البرمجيات

Use when working on performance issues, optimization strategies, or when targeting low-end devices.

2026-04-25
cocos-platform-integrator
مطوّرو البرمجيات

Use when working on platform adaptations, native integrations, store submissions, and cross-platform compatibility implementations.

2026-04-25
cocos-playable-architect
مطوّرو البرمجيات

Use when working on playable ad projects, from initial concept to final delivery.

2026-04-25
عرض أهم 40 من أصل 53 skills مجمعة في هذا المستودع.