CtrlK
BlogDocsLog inGet started
Tessl Logo

igmarin/ruby-core-skills

Curated library of 16 public Ruby AI agent skills: 10 atomic skills (YARD docs, service objects, calculator pattern, API clients, DDD, bug triage, code review, skill routing), 5 process-discipline skills (TDD, refactoring, review, security, test planning), and 1 planning skill (TDD task generation). Zero agents — this is a foundational library consumed by framework-specific tiles like rails-agent-skills and hanakai-yaku.

95

1.05x
Quality

96%

Does it follow best practices?

Impact

95%

1.05x

Average score across 16 eval scenarios

SecuritybySnyk

Passed

No known issues

Overview
Quality
Evals
Security
Files

response_templates.mdskills/code-quality/respond-to-review/assets/

Review response templates

Templates to respond to common reviewer comments with clarity and code references.

  1. Agree & implement

Thanks — good catch. I will:

  • Add a unit spec covering this case (spec/path)
  • Move logic into Service::Name and update controller to call it
  • Update README with usage
  1. Clarify & propose minimal change

Thanks for the note. I think the current behavior was intentional because X. Proposal:

  • Apply a small guard in controller
  • Add request spec verifying behavior
  • Keep current API for backwards compatibility
  1. Disagree respectfully

Thanks for the review. I believe changing this would break existing integrations because Y. Proposed alternative:

  • Keep current behavior but add a deprecation note and feature flag
  • Follow up in a separate PR to avoid expanding scope of this change

Helpful tips:

  • Always reference the failing test line or example
  • Provide a short code diff snippet when possible
  • Offer to follow up in a new PR if the change is large

skills

code-quality

respond-to-review

README.md

tile.json