Skip to main content

KonH/GlobalStrategy

جمع SkillsMP عدد ٢٠ من skills من KonH/GlobalStrategy. افتح أي skill لمراجعة مصدره وتفاصيله.

آخر نشاط مصدر مسجل
آخر تحديث لفهرس SkillsMP
skills مجمعة
٢٠
نجوم GitHub
٢
تفرعات GitHub
٠

عرض ٢٠ من أصل ٢٠ skills مجمعة.

المهنة
مطوّرو البرمجيات
الوصف

Generate a milestone-completion report (summary.md, stats_code.md, stats_dev.md) under Docs/Milestones/<zero-padded-major>_<version-name>/, comparing code LoC and Docs/Specs/*/usage.csv dev stats against the previous milestone, then (with the user's sign-off)…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Merge the repo's default branch (main) into the current feature branch, auto-resolving the two known version-bump conflict spots (bundleVersion in ProjectSettings.asset, "version" in game_settings.json) and stopping to report anything else that needs manual…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Create a repository commit using GlobalStrategy's required workflow. Use when the user asks to commit staged or current changes in the GlobalStrategy repository.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Implement a plan via /implement for GlobalStrategy. When processing a GitHub issue/PR automation item, set ai-implement before starting; finish with ai-complete only.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
متخصصو إدارة المشاريع
الوصف

Create a plan via /plan for GlobalStrategy. When processing a GitHub issue/PR automation item, set ai-plan before starting.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
متخصصو إدارة المشاريع
الوصف

Capture feature intent via /specify for GlobalStrategy. When processing a GitHub issue/PR automation item, set ai-specify before starting.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Execute the repo owner's prompt from `codex`-labeled GitHub issues and PRs. Use when processing a `codex`-labeled item manually or from `scripts/automation/codex/handle_issues.py`.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Reference for scripts/automation/claude/handle_issues.py (and the codex/common equivalents) — the cron-driven, label-driven "execute the prompt from a GitHub issue/PR" automation. Load when working on, debugging, or extending that automation, or its…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Run the calibrate-end-game console-runner CLI verb to derive the end-game comparison score thresholds for Assets/Configs/game_settings.json's endGameComparisons, and to re-derive them when config or score rules change.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Build .NET solutions or projects from a repository root with captured output and clear compiler-error reporting. Use when the user asks to run, verify, or troubleshoot `dotnet build`, including Debug or Release builds.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو ضمان جودة البرمجيات والمختبرون
الوصف

Run and diagnose .NET tests from a repository root, including targeted test filters, captured output, and concise pass/fail reporting. Use when the user asks to run, verify, or troubleshoot `dotnet test` for a solution or project.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
فنانو المؤثرات الخاصة والمحركون
الوصف

Generate character portraits and other art via the local ComfyUI + FLUX pipeline (scripts/utils/generate_image.py / generate_images_batch.py). Load when creating character portraits or other generated images for Assets/Textures.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Add new locale keys with real Russian translations instead of English placeholders — spawns a lightweight Haiku subagent to translate new en.asset entries into proper ru.asset entries. Load whenever adding, renaming, or changing user-facing text keys in…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Add or change an ICommand type so the Game.WebClient debug terminal keeps working with zero web-client code changes — mandates ParamSuggestionAttribute annotations on domain-id parameters and the matching provider for genuinely new id kinds.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Add or troubleshoot country flag and org image assets (Assets/Textures/Flags/Countries and Orgs) sourced from Wikimedia Commons, including the download_flags.py/check_flags.py/svg_to_png.py scripts and CountryVisualConfig/OrgVisualConfig wiring. Load when…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
متخصصو إدارة المشاريع
الوصف

Finish a Ralph run by committing remaining work, opening or updating its pull request, then clearing the Ralph run artifacts in a separate follow-up commit.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Generate project-bound raster assets with this repository's local ComfyUI and FLUX setup. Use when asked to create game icons, character portraits, card art, map thumbnails, or other PNG assets that should be saved in the Unity project rather than merely…

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو ضمان جودة البرمجيات والمختبرون
الوصف

Run the Game.Benchmarks harness (--compare/--update-baseline) from the project root without `cd`, logging output to a single file and checking exit code + a targeted grep instead of reading the full (very verbose) BenchmarkDotNet log.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
مطوّرو البرمجيات
الوصف

Build a .NET solution from the project root without `cd`, logging output to a single file that gets read once instead of piped through repeated Bash calls.

لغة النص الأصلي: الإنجليزية

آخر تحديث
المهنة
محللو ضمان جودة البرمجيات والمختبرون
الوصف

Test a .NET solution from the project root without `cd`, logging output to a single file that gets read once instead of piped through repeated Bash calls.

لغة النص الأصلي: الإنجليزية

آخر تحديث
عرض ٢٠ من أصل ٢٠ skills مجمعة.