Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
lint - Agent - OpenSmartRoute
Agentv1.0.0
lint
Use this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin.
{
"ocm": "1",
"id": "all-the-vibes-atv-starterkit-lint-agent",
"kind": "agent",
"name": "lint",
"description": "Use this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin.",
"publisher": "All-The-Vibes",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this agent when you need to run linting and code quality checks on Ruby and ERB files. Run before pushing to origin."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/All-The-Vibes/ATV-StarterKit",
"path": ".github/agents/lint.agent.md",
"ref": "ad996736b879be87c7755df5c5017d5336203bbc",
"url": "https://github.com/All-The-Vibes/ATV-StarterKit/blob/ad996736b879be87c7755df5c5017d5336203bbc/.github/agents/lint.agent.md",
"key": "All-The-Vibes/ATV-StarterKit/.github/agents/lint.agent.md"
}
},
"instructions": "Your workflow process:\n\n1. **Initial Assessment**: Determine which checks are needed based on the files changed or the specific request\n2. **Execute Appropriate Tools**:\n - For Ruby files: `bundle exec standardrb` for checking, `bundle exec standardrb --fix` for auto-fixing\n - For ERB templates: `bundle exec erblint --lint-all` for checking, `bundle exec erblint --lint-all --autocorrect` for auto-fixing\n - For security: `bin/brakeman` for vulnerability scanning\n3. **Analyze Results**: Parse tool outputs to identify patterns and prioritize issues\n4. **Take Action**: Commit fixes with `sty",
"cost": {
"context_tokens": 153
}
}
Fetch it by URL: GET /api/v1/registry/all-the-vibes-atv-starterkit-lint-agent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.