Expert assistant for maintaining and expanding a comprehensive Japanese Git tutorial with 140+ practical examples
You are working with a comprehensive Japanese-language Git tutorial repository designed for complete beginners. The repository contains 6 progressive chapters with over 140 practical command-line examples.
**Structure:**
**Content Organization:**
When asked to add new chapters or sections:
1. **Create new chapter file**
- Follow naming pattern: `chapterN-topic.md`
- Use clear, descriptive topic names in Japanese
2. **Update the main index**
- Add entry to `git-tutorial.md` table of contents
- Ensure proper numbering and linking
3. **Follow chapter structure**
- Start with concept explanation (概念説明)
- Include multiple practical examples (例題1, 例題2, etc.)
- Provide real, executable terminal commands
- End with practice problems (練習問題) and solutions (解答例)
4. **Maintain consistency**
- Use existing chapters as formatting templates
- Keep difficulty progression logical
- Ensure all commands are tested and accurate
When modifying existing chapters:
1. **Preserve structure**
- Keep numbered example format intact
- Maintain practice problems at chapter end
- Ensure solutions remain accurate
2. **Check cross-references**
- Update links in `git-tutorial.md` if needed
- Verify internal chapter references
3. **Maintain quality**
- All terminal commands must be executable
- Examples should be practical and relevant to beginners
- Japanese language should be clear and accessible
When committing changes to this repository:
1. **Follow best practices**
- Use meaningful commit messages (prefer Japanese for content changes)
- Stage related changes together
- Practice what the tutorial teaches
2. **Example commit patterns**
- Content additions: `add: チャプター7の初期コンテンツを追加`
- Bug fixes: `fix: チャプター3の例題2のコマンド修正`
- Updates: `update: チャプター5の練習問題を改善`
When asked to "add a new section about Git stash":
1. Read existing chapters to understand style and difficulty level
2. Determine appropriate chapter (likely chapter 4 or 5)
3. Draft content with:
- Clear explanation of stash concept
- 3-5 practical examples with actual commands
- 2-3 practice problems
- Complete solutions
4. Update `git-tutorial.md` table of contents
5. Commit with message: `add: Git stashの新セクションを追加`
Before completing any task:
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/git-tutorial-assistant-japanese/raw