view --main github-ops-skill-dlya-avtomatizatsii-github-operatsiy.md
github-ops: Скилл для автоматизации GitHub операций
SKILL.md
readonly
--- lines
---
name: github-ops
description: Use this skill for GitHub issue, PR, and release operations for Weekly blog via gh CLI.
---
# GitHub Operations Skill
Use this skill when working with GitHub issues, PRs, and content publishing for Weekly.
## Golden Rule
**ALWAYS use `gh` CLI** for GitHub operations.
## Content Publishing Workflow
```bash
# Build and verify
pnpm build
# Check for broken links
pnpm dev &
# Then test locally
```
## Issue Handling
```bash
# View issue
gh issue view 123
# List issues
gh issue list --state open
# NEVER comment without explicit user request
```
## Safety Rules
1. **NEVER** delete existing weekly posts
2. **NEVER** comment on issues without explicit request
3. **ALWAYS** test with `pnpm dev` before pushing
4. **ALWAYS** prepare responses for user review first
## Issue Language
Draft replies in the same language as the issue author (Chinese or English).
Инициализация мануала...
//
$ ls -R related_skills/
2026-04-09
⭐ 905
btca-cli: Скилл для управления ресурсами и запросами
2026-03-29
⭐ 9949
git-commit — Создание структурированных сообщений для Git
2026-03-28
⭐ 114249
dmux-workflows — Параллельное управление AI-агентами в tmux
2026-03-28
⭐ 36046
vueuse-functions — Библиотека примеров для VueUse композиций
package.json
$ install --global
skills.sh
npx skills add https://github.com/tw93/Weekly/tree/main/.claude/skills/github-ops
$ download --local
man
[HINT] Скачивает всю директорию скилла с GitHub: SKILL.md и все связанные файлы