con un clic
boy-scout-rule
Always fix issues you encounter, even if unrelated to your current task
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Always fix issues you encounter, even if unrelated to your current task
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Always use Turborepo commands for building, testing, and serving projects in this monorepo
Always use Turborepo commands for building, testing, and serving projects in this monorepo
Complete guide for Mastra development — agents, tools, workflows, vertical organization, and type safety
Essential clean code practices including naming, comments, and structure
Commit message format standards using Conventional Commits specification
Use GitHub MCP tools for all repository operations instead of CLI or API calls
| name | boy-scout-rule |
| description | Always fix issues you encounter, even if unrelated to your current task |
CRITICAL: Always fix issues you encounter, even if unrelated to your current task.
Leave the codebase cleaner than you found it.
✅ Always fix:
While working on feature A, you notice:
When fixing unrelated issues:
feat(feature-a): add new capability
Also fixes:
- Lint errors in file-b.ts
- Failing test in file-c.spec.ts
- Removes unused imports from file-d.ts
❌ Don't create separate "cleanup" PRs unless the changes are substantial ❌ Don't skip fixing issues because "it's not my code" ❌ Don't leave broken tests or lint errors
The best time to fix a small issue is when you first see it.