ワンクリックで
boy-scout-rule
Always fix issues you encounter, even if unrelated to your current task
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Always fix issues you encounter, even if unrelated to your current task
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
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.