← スキル一覧に戻る

coder
by rcmiller01
⭐ 0🍴 0📅 2026年1月15日
SKILL.md
name: coder description: Generate, modify, and refactor code with best practices
Coder Skill
Generate production-ready code with proper error handling and documentation.
When to Use
- Generating new code from requirements
- Modifying existing code
- Refactoring for better quality
- Creating patches/diffs
Input Format
Task: [create | modify | refactor | fix]
Language: [python | typescript | go | etc.]
Description: [What to build or change]
Context: [Optional - existing code, constraints]
Examples
Create new code:
Task: create
Language: python
Description: FastAPI endpoint for user authentication with JWT tokens
Context: Using Pydantic for validation, PostgreSQL for storage
Fix a bug:
Task: fix
Language: typescript
Description: Fix race condition in the payment processing queue
Context:
```typescript
[existing code here]
**Refactor:**
Task: refactor Language: python Description: Split this 500-line function into smaller, testable units
## Output Format
```markdown
## Analysis
**Task Type**: create | modify | fix | refactor
**Files Involved**: list of files
**Approach**: Brief explanation of the approach
## Code Changes
### [filename.ext]
```language
[full code or diff]
[another-file.ext]
[code]
Tests
[Test code if applicable]
Documentation
[JSDoc/docstring for the code]
Usage Example
[How to use this code]
## Quality Checklist
Generated code should have:
- [ ] Error handling
- [ ] Input validation
- [ ] Type annotations
- [ ] Docstrings/comments
- [ ] Unit tests (when requested)
- [ ] No hardcoded secrets
## Related Skills
- **code-review** - Review the generated code
- **architect** - Ensure code fits architecture
- **pm-validator** - Validate against requirements
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です