Skip to main content

tetherto/qvac

SkillsMP a collecté 45 skills depuis tetherto/qvac. Ouvrez un skill pour examiner sa source et ses détails.

Dernière activité source enregistrée
Catalogue SkillsMP mis à jour
skills collectés
45
Étoiles GitHub
596
Forks GitHub
111

Affichage de 40 skills collectés sur 45.

métier
non classé
description

Plan and run local PR validation for tetherto/qvac PRs. Reuses the shared PR worktree, discovers touched packages and package.json scripts, recommends a test tier, and analyzes results. Use when testing a PR or invoking /qv-pr-test.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Plans and scaffolds e2e tests in packages/sdk/e2e for a new or changed public SDK API. Use when adding or modifying SDK functionality that is exposed to consumers. Enforces happy / sad / error coverage, deterministic model-output assertions,…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Generate PR descriptions for addon packages (non-SDK inference addons, decoder, OCR). Use when creating a PR description or user asks to "prepare PR description" for an addon package.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Deep-dive review of any GitHub PR in tetherto/qvac. Validates gitflow, CI, title/body format, code quality, security, and applicable repo rules. Posts a PENDING review with inline comments. Use when reviewing a PR, given a PR link, or invoking /qv-pr-review.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Generate PR descriptions for SDK pod packages following template and format rules. Use when creating an SDK pod PR or invoking /qv-sdk-pr-create.

Langue du texte source : anglais

mis à jour
métier
non classé
description

Team-wide PR dashboard for the SDK pod. Shows open PRs touching SDK pod paths, SDK docs, or authored by SDK roster members, sorted oldest-first, grouped by author tier (SDK Core / Platform / External) into needs-your-re-review / stale / needs-review /…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Back-port fix(es) onto an existing release line and cut a patch release. Create the new release branch from the base with NO direct commits, land the fix(es) and the version+changelog bump via PRs into it, then publish via the `release` skill. Use for…

Langue du texte source : anglais

mis à jour
métier
non classé
description

Phase A of a qvac-fabric rollout — set up overlay port and validate all 7 consumers against the fabric branch before publishing to the registry. Pass --on-top-of-pr to apply the overlay onto an open PR's head branch instead of a dedicated validation branch.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Team-wide PR dashboard for the DevOps pod, scoped to PRs authored by pod-roster members. Shows open PRs touching DevOps-owned paths and authored by DevOps leads/members, grouped into needs-your-re-review / stale (>3d) / needs-review, with merge-conflict…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Plan and prepare the QVAC agent-stack release cascade across @qvac/sdk, @qvac/cli, @qvac/ai-sdk-provider, @qvac/opencode-plugin, and @qvac/openclaw-plugin. Use for /qv-agent-stack-sync --plan, --prepare-cascade, or --promote; syncing CLI to a newer SDK; or…

Langue du texte source : anglais

mis à jour
métier
Analystes en sécurité de l'information
description

Generate NOTICE files with third-party attributions for all packages in the monorepo.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate changelogs for SDK pod packages using tag-based GitFlow. Use when preparing a release, generating changelog, or creating CHANGELOG_LLM.md.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Stamp the @qvac/inference version onto @qvac/sdk and regenerate tetherto-qvac-sdk so a release-* cut ships one shared version.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Regenerates SDK model constants from the live QVAC registry and opens a [mod] PR. Use when registry models landed and packages/sdk models.ts needs syncing, or when invoking /qv-sdk-update-models. Optional cascade refreshes ai-sdk-provider and sdk-python…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Run the full implement → test → CI → review → PR pipeline for a task. Coordinates implementer, test-writer, ci-validator, and code-reviewer agents.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Release a package to NPM. Validates version bump, changelog, creates release branch, monitors CI, verifies publish.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Bump a native addon package's version in package.json and write its CHANGELOG.md entry. Defaults to a minor bump. Use before /release.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Release the qvac-fabric consumers to npm after the bundled version-bump PR merges — one release branch + on-merge dispatch per consumer, stopping at the npm approval gate. Supports --exclude to hold packages back. Phase C after rollout-phase-b.

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

Run a comprehensive code review with 4 specialized reviewers (security, correctness, performance, consistency) in parallel.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Phase B of a qvac-fabric rollout — tag the merged fabric commit, publish to registry, land the consumer side (vcpkg bumps + package versions + changelogs for all 7 consumers) as one PR, post one Slack message. Pass --bump-only to resume a part-done rollout…

Langue du texte source : anglais

mis à jour
métier
Analystes en assurance qualité des logiciels et testeurs
description

PR review for DevOps changes — runs the generic /qv-pr-review flow then layers a structured GitHub Actions security audit (action pinning, permissions, OIDC, secrets handling). Use when reviewing a PR that touches DevOps paths or invoking /qv-devops-pr-review.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Diagnose why CI checks are not running on a PR and/or why a PR cannot be merged, by cross-referencing the live PR state (via gh CLI) against the repo's labels, teams, CODEOWNERS, fork-ci trust model, and tier-based approval rules. Read-only by default —…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Open the follow-up "backmerge" PR that lands a release's version bump + changelog onto main. Use after (or alongside) creating a release PR for an SDK pod package.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Run packages/ocr-ggml/.agent/setup.sh to install skills, knowledge, and config for Claude Code or Cursor

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate release notes for addon packages (non-SDK inference addons, decoder, OCR). Use when preparing release notes or user asks to "generate release notes" for an addon package.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Catalog of all repo qv-* custom skills with one-line purpose and when-to-use. Use when the user asks what skills exist, which skill to use, how to invoke a skill, or invokes /qv-skill-list.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Trigger a CI workflow for a package, wait for completion, and report results

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Trace a commit to its published npm versions, including transitive SDK resolution with time-aware accuracy

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Benchmark an optimization (PR or branch) on a Device Farm device via the vlm-benchmark framework — baseline vs optimized, quality-regression-aware.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Wire a new CI job/workflow into the qvac-merge-guard / validate-pr aggregated required status check, instead of it becoming a disconnected standalone check

Langue du texte source : anglais

mis à jour
métier
Administrateurs de réseaux et de systèmes informatiques
description

Inspect GitHub Actions self-hosted runner queues when a developer provides a run URL, job URL, runner label, or reports a blocked CI job, or invokes /qv-devops-runner-queue.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Use when drafting a QIP, after qv-qip-triage recommends creating one, shaping a fuzzy technical proposal with alternatives and consequences, or invoking /qv-qip-create.

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Reviews a QIP draft or Slack Canvas proposal for approval readiness, missing alternatives, unclear consequences, architecture principle conflicts, and consultation coverage. Produces blockers, clarifying questions, suggested edits, and optional Slack-ready…

Langue du texte source : anglais

mis à jour
métier
Autres occupations informatiques
description

Use during planning, implementation, PR review, or /qv-qip-triage when a change may affect public SDK API, native dependency, plugin contract, model registry contract, runtime, transport, storage, release flow, deployment, security, NFR, or technical…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Review C++ changes for string parameter and call-site efficiency conventions (`std::string_view`, `std::string&&`, `const std::string&`, `const char*`, and TransparentStringMap lookup). Use when reviewing C++ code, refactoring addon interfaces, or invoking…

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate changelog entries for a target add-on package. Use when preparing a new release.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Look up and update Asana tasks using local developer-workflow config and direct Asana REST calls. Use when the user asks to sync an Asana task, move task status, add a PR link to Asana, or validate Asana configuration.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Generate a concise end-of-day work update from local diary, GitHub activity, PR queue state, and optional Asana config. Use when the user asks for daily update, EOD update, standup, or what they did today.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Set up the opt-in local dev diary for any developer. Use when the user asks to enable diary logging, initialize diary capture, run diary --init, or configure local daily work updates.

Langue du texte source : anglais

mis à jour
métier
Développeurs de logiciels
description

Read, inspect, and add local dev diary entries after diary setup. Use when the user asks to view today's diary, edit diary notes, add work to the diary, or check what has been logged.

Langue du texte source : anglais

mis à jour
Affichage de 40 skills collectés sur 45.