File Skill Repository file operations for GitLab using raw endpoint calls. Quick Reference | Operation | Command Pattern | Risk | |-----------|-----------------|:----:| | Get file info | | - | | Get raw content | | - | | Get blame | | - | | Create file | | ⚠️ | | Update file | | ⚠️ | | Delete file | | ⚠️⚠️ | Risk Legend : - Safe | ⚠️ Caution | ⚠️⚠️ Warning | ⚠️⚠️⚠️ Danger When to Use This Skill ALWAYS use when: - User wants to read file content from GitLab (not local) - User wants to create/update/delete files via GitLab API - User needs file blame information - User wants to download raw fil…