Skip to main content

dancing-bear-show/dancing-bear

جمع SkillsMP عدد ٢٢ من skills من dancing-bear-show/dancing-bear. افتح أي skill لمراجعة مصدره وتفاصيله.

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

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

المهنة
غير مصنف
الوصف

Adversarial swarm PR code review. Fetches diff, sweeps for relevant concerns, fans out per-file validators, consolidates findings, and posts inline GitHub comments.

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

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

Run adversarial swarm review then auto-fix all findings in parallel. Use when the user says "review and fix", "swarm fix", or wants review and fix in one shot.

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

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

Fetch every PR review thread (Copilot and human), triage each one, fix them in parallel, verify with happy/sad-path coverage, refresh the PR title and description, then reply to and resolve every thread. Use when the user says "address the review threads",…

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

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

Execute a workflow definition. Parses YAML, compiles DAG, walks parallel groups, spawns agents per stage, handles human gates and validation.

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

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

Split an oversized Python file into smaller focused modules, updating all call sites directly (no re-export facades). Use when a file is too large to review or maintain comfortably.

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

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

Shared project rules for all dancing-bear agents. Covers CLI conventions, credential protection, output helpers, coding standards, and the plan→dry-run→apply pattern.

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

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

Diagnose and fix GitHub Actions CI failures. Given a URL, PR number, or "CI is failing", parses logs, identifies root cause, fixes locally, and verifies. Use when CI is red and you need to get it green.

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

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

Analyze test coverage gaps on changed or specified files, spawn tester agents to write tests, and verify improvement. Use when you need to get coverage above 80% on new code or expand coverage on existing modules.

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

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

Comprehensive pre-PR validation and pull request creation. Runs type checking (mypy), linting (qlty), tests, coverage validation, generates PR description from template, and creates the PR. Use when ready to open a PR for review.

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

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

Cognitive complexity refactoring. Identifies functions exceeding complexity thresholds and applies refactoring patterns (dispatch tables, helper extraction, early returns). Use to improve code readability and maintainability.

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

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

Test quality and coverage verification. Checks test structure, helper reuse (fixtures/factories), parametrization, assertions, and coverage gaps. Use after writing tests to ensure quality and coverage targets are met (80%+ on new code).

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

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

Code duplication and helper extraction audit. Identifies reimplemented utilities, promotes shared helpers, extracts constants, and consolidates domain utilities. Use to reduce code duplication and improve maintainability.

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

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

Security and credential masking audit. Checks for hardcoded credentials, unmasked output, proper secret handling, and secure API patterns. Use to prevent credential leaks and ensure secure data handling before PR.

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

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

Post-implementation code optimization pass. Checks shared utility reuse (local then core), OO abstractions, bare string literals, cognitive complexity, test quality (fixtures/factories/shared helpers), dataclasses over dicts, dead code, architecture…

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

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

Interactively select the right workflow for a task. Describe what you want to do in plain language and get back the matching workflow, required params, and a ready-to-run /workflow invocation. Use when you know what you want to accomplish but aren't sure…

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

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

Split oversized workflow stages into smaller single-responsibility stages. Audits a workflow YAML for stages with multiple responsibilities (long descriptions, multiple data sources, mixed gather+transform logic), plans splits with human approval, applies…

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

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

Validate workflow YAML files and skill docs for structural correctness and real CLI command references. Runs workflow lint with command probing, checks that skill examples use correct --params syntax, and verifies referenced stage names match the compiled…

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

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

Author a new workflow YAML from a plain-language description. Interviews the user for requirements, drafts the YAML using project conventions, validates it with the workflow engine, and writes the final file. Use when you want to create a new workflow.

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

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

Run an adversarial Opus critique against a design doc, a workflow YAML, a set of files, or the current diff, using the plan-critic fragment (internal-consistency check -> adversarial critique -> fact-check -> consolidated summary -> human gate -> optional…

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

آخر تحديث
المهنة
مديرو الشبكات وأنظمة الحاسوب
الوصف

Diagnose why this repo's local OTel telemetry pipeline isn't working (Colima down, port collision, container not running, env vars not set, or no data flowing) and fix the first failing layer. Use when `telemetry otel <cmd>` reports "OpenTelemetry…

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

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

Calibrate the decompose-sweep workflow after a completed run. Reads telemetry, identifies patterns (defer reasons, overshoot rate, test failures), proposes threshold and heuristic changes backed by data, patches the workflow YAML, and reports a summary.

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

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

Preload repo context for the dancing-bear personal-assistants codebase. Use when the user runs /familiarize, says "get familiar with this repo", or starts a new session and wants Claude oriented before making changes.

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

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