bike_index
Rails development, testing, debugging, and PR workflows
All Skills in This Repository (10)
Pure Emerald Level Indicatorsfrontend-screenshots
Capture desktop and mobile viewport screenshots of Bike Index pages with Playwright.
rspec-testing
Write RSpec tests for Bike Index using context and let conventions.
sandbox-test-setup
Configure Ruby and RSpec environments for Bike Index across macOS and sandboxes.
integration-testing
Automates end-to-end browser UI testing for Bike Index web applications using Capybara/Selenium.
production-log-inspection
Analyze Rails production logs for slow requests and error spikes.
pr
Create and update GitHub pull requests with code formatting and screenshots.
github-upload-image-to-pr
Upload local images to GitHub Pull Requests via the GitHub API and gh CLI.
skill-creator
Create, edit, and evaluate Claude skills with scripts and resources.
frontend-conventions
Enforce Tailwind CSS and ViewComponent conventions in frontend code.
merge-conflicts
Guide git merge conflict resolution with merge instead of rebase.
Frequently Asked Questions
FAQPage SchemaHow to install Bike Index skills?โผ
Run `npx skills add bikeindex/bike_index --all -g -y` in your terminal to install all skills in this collection globally.
What do the Bike Index skills cover?โผ
They cover the full Rails development workflow: RSpec and browser testing conventions, flaky test diagnosis, merge conflict resolution, PR creation with screenshots, and production debugging via logs and Honeybadger.
Can these skills help debug production errors?โผ
Yes. Dedicated skills walk through pulling a Honeybadger fault, reading its backtrace, inspecting production log files, and checking live Sidekiq and Postgres health.
Do these skills work outside the Bike Index codebase?โผ
They are written for the Bike Index Rails app specifically, but the testing, merge, and PR workflow patterns transfer well to other Rails projects.
Do I need to know Rails to use these skills?โผ
Basic Rails familiarity helps, but the skills explain each command and decision in plain language so your agent can execute the steps for you.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core