view --main github-ops-skill-dlya-avtomatizatsii-github-operatsiy.md
github-ops: Скилл для автоматизации GitHub операций
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-03-28
⭐ 131845
agents-sdk — Инструментарий для разработки Cloudflare Agents
2026-03-29
⭐ 12731
opencode-mirror — Автоматическое зеркалирование кодовой базы проекта
2026-03-28
⭐ 36046
vueuse-functions — Библиотека примеров для VueUse композиций
2026-04-08
⭐ 1424
spec-kit-skill: Скилл для спецификаций и разработки
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 и все связанные файлы