Curated library of AI agent skills for Ruby on Rails development. Covers code review, architecture, security, testing (RSpec), engines, service objects, DDD patterns, and workflow automation.
95
97%
Does it follow best practices?
Impact
91%
2.21xAverage score across 3 eval scenarios
Passed
No known issues
Plan input: "Add OAuth2 login via Google"
Resulting ticket:
BE | Add Google OAuth2 callback endpoint
**Summary:** Implement the Rails OAuth2 callback action that exchanges the Google authorization code for a user token and creates or finds a User by email.
**Background:** Users need Google login. The callback endpoint completes the OAuth flow after Google redirects back to the app.
**Acceptance Criteria:**
- POST /auth/google/callback exchanges code for token
- Creates or finds User by email from Google profile
- Returns signed session on success; error JSON on failure
**Dependencies:** None. Unblocked.
**Technical Notes:** Uses omniauth-google-oauth2. Callback path must match the redirect URI registered in Google Cloud Console.Classification applied:
backendStoryfoundationunblockednext-dev-sprintapi-rest-collection
create-prd
ddd-boundaries-review
ddd-rails-modeling
ddd-ubiquitous-language
evals
generate-tasks
rails-agent-skills
rails-architecture-review
rails-background-jobs
rails-bug-triage
rails-code-conventions
rails-code-review
rails-engine-compatibility
rails-engine-docs
rails-engine-extraction
rails-engine-installers
rails-engine-release
rails-engine-reviewer
rails-engine-testing
rails-graphql-best-practices
rails-migration-safety
rails-review-response
rails-security-review
rails-stack-conventions
rails-tdd-slices
refactor-safely
rspec-best-practices
rspec-service-testing
ruby-api-client-integration
ruby-service-objects
strategy-factory-null-calculator
ticket-planning
yard-documentation