From rafayels-engineering
Auto-fix lint and formatting issues in Go and frontend code. Use when /check reports fixable violations or after writing new code.
npx claudepluginhub rafayelgardishyan/rafayels-engineeringThis skill is limited to using the following tools:
```bash
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
# Go
golangci-lint run --fix . ./data/... ./llm/... ./modules/... ./auth/... ./email/...
# Frontend
cd frontend && bun run lint:fix
cd modules/chat/frontend && bun run lint:fix
make check to verify all issues are resolved