← all publishers

weave-os

@weave-os source repo

20 published skills

  1. Engineering Analytics · weave-os
    Analyze engineering team metrics using Weave. Use when asked about team productivity, code velocity, PR cycle time, review turnaround, AI code adoption, DORA metrics, or any engineering performance question.
    0
    installs
  2. Fm · weave-os bundle
    Alias for force-model — pin this Codex session to a specific model through the Weave Router.
    0
    installs
  3. Rf · weave-os bundle
    Alias for router-feedback — submit feedback about a Weave Router decision or model performance.
    0
    installs
  4. Ufm · weave-os bundle
    Alias for unforce-model — clear the active Weave Router model pin.
    0
    installs
  5. Fix Pr Reviews · weave-os
    Fetches feedback from a GitHub PR — review-thread comments, ad-hoc PR comments (including those posted as a review's body without a thread), and bot/advisory review submissions — and fixes all of them as they appear (comments before CI). Bot comment-length nits apply verbatim; comments requiring a genuine human decision are NOT auto-fixed and are escalated to the user with options grounded in existing patterns and best practices. After each fix batch, runs pre-commit validation and submits, then waits for CI only when no actionable feedback remains. Loops until all feedback is resolved AND all CI checks have completed. Use when asked to fix PR comments, address review feedback, address PR-level bot reviews (e.g. workweave-bot advisory nits), babysit a PR to merge-ready, or handle review comments.
    0
    installs
  6. Router On · weave-os
    Route Codex through the Weave Router again (turn it back on).
    0
    installs
  7. Router Off · weave-os
    Route Codex to its default provider again (turn the Weave Router off).
    0
    installs
  8. Force Model · weave-os bundle
    Pin this Codex session to a specific model through the Weave Router.
    0
    installs
  9. Test Codex Locally · weave-os bundle
    Run the Weave router locally in docker compose and drive it with `codex exec` to reproduce and verify routing/translation/marker behavior for Codex's Responses API path. Use when verifying a router fix end-to-end for Codex, reproducing a prod Codex routing bug, confirming routing-marker / force-model / subscription-passthrough behavior, or testing a `/force-model` route — without touching the user's global Codex config.
    0
    installs
  10. Debug Codex Session · weave-os bundle
    Investigate a specific Codex CLI session by session ID — correlate the local rollout transcript (`~/.codex/sessions/YYYY/MM/DD/rollout-*-<SESSION_ID>.jsonl`) with the router's production logs to understand what Codex rendered vs. what the upstream served on the /v1/responses path. Use when given a session ID and asked "why did X render?" (missing thinking, missing routing marker, wrong model, tool-call weirdness) for a Codex conversation routed through the router.
    0
    installs
  11. Test Claude Locally · weave-os bundle
    Run the Weave router locally in docker compose and drive it with `claude -p` to reproduce and verify routing/translation behavior for a specific upstream model (e.g. GLM-5.1, DeepSeek, Qwen). Use when verifying a router fix end-to-end, reproducing a prod routing bug, confirming a model's streaming behavior (nudges, tool-call suppression, loop/no-progress breaks), or testing a `/force-model` route — without touching the user's global Claude Code config.
    0
    installs
  12. Router Models · weave-os
    List the models the Weave Router may route to, and turn them on or off.
    0
    installs
  13. Router Status · weave-os
    Show whether Codex is routing through the Weave Router or using its default provider.
    0
    installs
  14. Unforce Model · weave-os bundle
    Clear the active Weave Router model pin for this Codex session.
    0
    installs
  15. Lsp Guide · weave-os
    Recipes for the lsp tool — resolving where a symbol is defined, every place it is used, type signatures and docs, file outlines, and compiler/type errors through a real language server (Go, TypeScript/JavaScript, Python, Rust). Use when navigating or explaining code by symbol, finding callers or usages, checking what broke after an edit, or deciding between lsp and text search.
    0
    installs
  16. Debug Claude Session · weave-os bundle
    Investigate a specific Claude Code session by session ID — correlate the local transcript (`~/.claude/projects/...jsonl`) with the router's production logs to understand what the client rendered vs. what the upstream served. Use when given a session ID and asked "why did X render?" for a Claude Code conversation routed through the router.
    0
    installs
  17. Router Session · weave-os bundle
    Print the session id that correlates this Codex session in Weave Router telemetry and logs.
    0
    installs
  18. Disable Routing · weave-os
    Switch Codex back to its normal provider for future sessions.
    0
    installs
  19. Router Feedback · weave-os bundle
    Submit feedback about a Weave Router decision or model performance.
    0
    installs
  20. Install Lsps · weave-os
    Install language servers (gopls, typescript-language-server, pyright, rust-analyzer) and their prerequisite toolchains (Go, Node/npm, rustup) so the lsp tool works. Use when the user asks to enable or install LSP / language-server support, when lsp_enable reports a missing toolchain, or when the lsp tool reports no language server is installed.
    0
    installs