بنقرة واحدة
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.