# Github Ops

> Use this skill for tw93.github.io issue, PR, and publishing operations via gh CLI.

- Skill: `tomevault-io/github-ops-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/github-ops-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/github-ops-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/github-ops-2

---


# tw93.github.io GitHub Operations

Use this skill when working with GitHub issues, pull requests, or publishing tasks for the blog.

## Golden Rule

Always inspect live GitHub state with `gh` before acting.

## Common Commands

```bash
gh issue view 123
gh issue list --state open
gh pr view 123
gh pr diff 123
gh run list --limit 10
gh run list --workflow=jekyll.yml --limit 10
gh run list --workflow=sync-ai-data.yml --limit 10
```

## Safety Rules

- Do not comment on issues or PRs without explicit maintainer approval.
- Do not delete or rewrite existing posts unless the task explicitly asks.
- Draft replies in the same language as the thread.
- Run `npm run build` before release or deployment-adjacent changes.
- For AI data sync work, inspect `.github/workflows/sync-ai-data.yml` and confirm required secrets before proposing a run.

## Output

Summarize the GitHub state, the proposed action, and any verification command that should run before publishing.

---
> Source: [tw93/tw93.github.io](https://github.com/tw93/tw93.github.io) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-18 -->

