pr
01Command Claude Code
Create or update a pull request (delegates to the pr skill).
Command Claude Code
Create or update a pull request (delegates to the pr skill).
Settings file Claude Code
Agent settings configuring enabledMcpjsonServers.
Skill Claude Code
Read live production data from Bike Index through the admin OAuth token — Sidekiq and PgHero status, and the user-submitted bug reports — the same data as the cookie-gated dashboards, but agent-friendly JSON. Trigger when the user asks about production queue depth, job backlog, retries/dead jobs, running Sidekiq…
Skill Claude Code
How to fix a test that fails intermittently in Bike Index — one that passes locally but fails on CI, fails on one shard, passes on re-run, or is already tagged :flaky. Read this before touching any spec that is failing intermittently, and before adding, raising, or relying on a flaky: tag or a wait: bump. Trigger on a…
Skill Claude Code
Bike Index's frontend conventions — Tailwind class prefixing (tw:), the standard twinput/twlabel/twlink form/link classes, the numberdisplay helper for numbers, the UI component library rule (every button is UI::Button/UI::ButtonLink, every typeahead/autocomplete is UI::Forms::Combobox, never hand-rolled markup), that…
Skill Claude Code
Capture desktop+mobile screenshots of Bike Index pages from the local bin/dev server via Playwright MCP, with a seeded-user identity gate that keeps PII out of uploaded images. Use whenever a task needs screenshots of local pages — PR documentation, bug repros, before/after comparisons across branches, design review…
Skill Claude Code
Embed a local image file into an existing GitHub PR — either in the PR body or as a comment. Trigger when a request pairs a local image (screenshot, .png/.jpg, CleanShot capture, before/after) with an existing PR (by #number, URL, branch name, or "the open PR"), regardless of verb — attach, embed, add, put, post…
Skill Claude Code
Investigate and fix a specific Honeybadger exception in the Bike Index app — pull the fault, read its backtrace, find the offending code, write the fix. Trigger whenever a request names one Honeybadger error: a pasted fault URL (app.honeybadger.io/projects/…/faults/…), a fault ID, an error class plus "in production"…
Skill Claude Code
Bike Index conventions for browser specs (type: :system, :js) — drive every step through the real UI (no FactoryBot or executescript shortcuts to skip what a user would do), every example pays a browser boot cost so bias toward fewer, denser examples that walk through state via clicks, prefer named-element matchers…
Skill Claude Code
How to bring a branch up to date and resolve git merge conflicts the way this repo expects — merge (never rebase or force-push), understand each side's intent before choosing, ask when a resolution isn't clear-cut, keep the merge commit to just the merge, and audit what merged cleanly before committing. Trigger…
Skill Claude Code
Create or update a pull request for the current branch. Trigger when the user asks to create/open/make a PR, or to edit/update/rewrite/fix the PR description, body, summary, or title — including bare phrasings like "update pr" or "update the PR" with no other object — for both new PRs and existing ones. Note this runs…
Skill Claude Code
Inspect the Bike Index production Rails logs downloaded by binxlogs and streamed with binxcat web / binxcat worker — JSON-per-request (Lograge) on web plus free-form background-job lines on worker, far too large to read end-to-end. Trigger when the user asks to review, investigate, audit, or pull stats from a…
Skill Claude Code
Bike Index's RSpec testing conventions — how to structure specs with context and let, what kinds of tests to write, and what to avoid (mocks, controller specs, testing private methods). Trigger when writing or modifying any spec.rb file, adding test coverage for new code, refactoring tests, or designing the test…
Skill Claude Code
Bike Index Ruby + RSpec environment setup, for the three environments this repo actually runs in: a local macOS Conductor workspace, the Conductor cloud sandbox, and Claude Code's Linux web sandbox. Identifies which one you're in by path and points at its reference; each covers getting ruby, bundle, bin/lint, a…
Skill Claude Code
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Agent Claude Code
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
Agent Claude Code
Compare two outputs WITHOUT knowing which skill produced them.
Agent Claude Code
Evaluate expectations against an execution transcript and outputs.
Instructions file GitHub Copilot
Copilot instructions for bikeindex/bike_index, a project described as: All the code for Bike Index, because we love you.
MCP server Claude CodeCodexCursor +2
Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.
Instructions file CodexOpenCode
AGENTS.md instructions for bikeindex/bike_index, covering development, code style, code guidelines, comments and translations.
Instructions file Claude Code
Claude Code instructions for bikeindex/bike_index, a project described as: All the code for Bike Index, because we love you.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: