← Back to list

no-lazy-implementation
by cityfish91159
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: no_lazy_implementation description: Prevents "lazy" coding habits by enforcing full implementation and banning placeholders. allowed-tools: Read, Edit, Write
No Lazy Implementation Protocol
1. Zero Placeholder Policy
Strictly Prohibited:
// ... rest of code// ... implement logic here// ... same as above- Leaving TODOs for critical business logic that was requested.
Requirement:
- You must generate COMPLETE, WORKING CODE.
- If a file is too large for one turn, explicitly state: "This is Part 1 of X. I will implement the rest in the next step." and immediately proceed to generate the rest.
2. Full Method Implementation
- When modifying a file, never replace existing working logic with a comment to save output space, unless you are absolutely certain that part of the file is untouched and you are using a diff-friendly tool.
- Even then, prefer context-aware editing that ensures the final file is complete and compilable.
3. "It Just Works" Standard
- The code you write must be ready to run.
- Imports must be real.
- Types must be defined (no
anywithout strict justification). - Variable names must be descriptive (no
data1,temp).
4. Verification Checklist
Before calling Edit or Write:
- Did I simply comment out complex logic to save tokens? (If yes, STOP and write it out).
- Did I leave a "TODO" for something the user explicitly asked for? (If yes, implement it).
- Is the code compilable immediately after this edit?
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon