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

BloogBot

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

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

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

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

Debugging workflow for BloogBot/WWoW codebase. Use when investigating bugs, errors, unexpected behavior, or service failures.

2026-06-02
activity-catalog-bootstrap
مطوّرو البرمجيات

Add or generate compiled activity-catalog rows (ActivityDefinition) from the leveling-guide source and keep them passing the catalog invariant tests + MaNGOS cross-validation. Use when adding an Activity to the catalog.

2026-06-01
bot-profile
مطوّرو البرمجيات

Creating or modifying WoW class/spec combat profiles. Use when adding a new class profile, fixing combat rotations, or adjusting bot behavior for a specific specialization.

2026-06-01
botrunner-task-implementation
مطوّرو البرمجيات

Add an IBotTask behavior-tree task that orchestrates Actions to drive one minute state change, with FG+BG parity, tests, and live-validation. Use when implementing a new bot behavior (move/loot/interact/cast/gather/etc.) as a Task on the LIFO task stack.

2026-06-01
config-hot-reload-subscriber
مطوّرو البرمجيات

Add an IConfigSubscriber for a new reloadable config section so a running service applies changes without restart, with ACK/rollback. Use when a config section must hot-reload (the feature-flag / live-tunable path).

2026-06-01
coordinator-implementation
مطوّرو البرمجيات

Author a new activity coordinator (Dungeon/Raid/BG/Quest/Economy/etc.) in WoWStateManager that orchestrates multiple bots through an Activity by emitting Objectives from snapshot state. Use when a multi-character Activity needs server-side coordination.

2026-06-01
crash-cluster-triage
مطوّرو البرمجيات

Capture a WER dump, root-cause a reproducible WoW.exe (FG) crash, and ship a hardening patch + regression guard, documented as a crash cluster. Use when the foreground client crashes repeatably.

2026-06-01
docker-stack-extension
مطوّرو البرمجيات

Add a new worker service / container to the WWoW stack with metrics + log rotation, and wire it into the .NET Aspire AppHost. Use when adding a background job or a new runnable service to the orchestrated stack.

2026-06-01
failure-reason-mapping
مطوّرو البرمجيات

Map a new failure path to the canonical FailureReason enum, keeping it in 1:1 sync with the error-taxonomy spec (enforced by a drift test). Use when code needs a failure classification that does not yet exist.

2026-06-01
fg-bg-physics-parity
مطوّرو البرمجيات

Drive the ForegroundBotRunner→BackgroundBotRunner physics parity loop using the replay validator + bake pipeline, so headless movement matches the live client. Use when BG physics (ground Z, falls, slides) diverges from FG.

2026-06-01
gold-standard-export
مطوّرو البرمجيات

Package a WWoW-proven pattern as a portable, game-agnostic skill in the monorepo-shared registry, with a cross-game smoke test. Use when a repo-local skill is mature enough to reuse in another game repo.

2026-06-01
live-validation-test-authoring
محللو ضمان جودة البرمجيات والمختبرون

Author a LiveValidation integration test that exercises the full StateManager → BotRunner loop against the live MaNGOS stack. Use when adding an end-to-end behavior test that drives an Activity and asserts on bot snapshots.

2026-06-01
loadout-template-authoring
مطوّرو البرمجيات

Convert a leveling-guide spec into a CharacterBuildConfig / loadout template (level, spells, skills, gear, reps, quests, talents) that the bot applies via LoadoutTask. Use when defining what a character should know and wear.

2026-06-01
logging-noise-reduction
مطوّرو البرمجيات

Identify noisy log categories and apply level overrides / burst suppression per the logging spec, plus container log rotation. Use when logs are too verbose or a category floods the output.

2026-06-01
metrics-instrumentation
مطوّرو البرمجيات

Add new meters / counters / histograms with spec-compliant names and bounded label cardinality, exported via OpenTelemetry. Use when a service needs new observability metrics.

2026-06-01
mode-handler-implementation
مطوّرو البرمجيات

Add a StateManager mode handler (Test / Automated / OnDemandActivities / new) that decides what bots do at world-entry, per snapshot, and on external requests. Use when adding or changing a top-level StateManager operating mode.

2026-06-01
pathfinding-bake-iteration
مطوّرو البرمجيات

Iterate tools/MmapGen per-tile bake config to close a navmesh fidelity gap, respecting the pathfinding freeze (mesh fixes in MmapGen, no managed repair). Use when a route clips static geometry or a tile has a hole.

2026-06-01
protocol-handler-implementation
مطوّرو البرمجيات

Add a CMSG/SMSG WoW protocol opcode handler in WoWSharpClient (with packet-capture tests), and—when the change crosses the IPC wire—regenerate the protobuf contract. Use when the headless bot must parse a new server message or send a new client message.

2026-06-01
route-pack-generation
مطوّرو البرمجيات

Generate and validate a static route pack for a long fixed leg, gated by the long-pathing route tests. Use when a frequently-traveled static route should be precomputed and cached.

2026-06-01
wpf-dashboard-panel
مطوّرو البرمجيات

Extend the WPF operator console (WoWStateManagerUI) with a new panel/view bound to a StateManager summary, following MVVM + UI-thread + state-gating rules. Use when adding a UI component or page to the desktop dashboard.

2026-06-01