一键导入
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.