Vova Zakharov avatar

Vova Zakharov

Community

@vzakharov

35Followers
|
74Public Repos
|
26Published Skills

Building stuff around AI.

Skills Distribution
DomainDeveloper To...Git & Pull Request.. (40%)Code Quality & Rev.. (20%)CI/CD & Deployment (15%)Dictation & Conten.. (15%)

Agent Skills by Vova Zakharov

Showing 26 vetted skills indexed across 1 GitHub repositories.

vzakharovvzakharov

dry

Reviews session code diffs for duplication and applies obvious DRY fixes.

Community
Intermediate
vzakharovvzakharov

go

Executes an approved implementation plan end-to-end on a git branch and hands off to PR creation.

Community
Advanced
vzakharovvzakharov

handle

Attach to a branch or PR and run the plan or review lane it requires.

Community
Advanced
vzakharovvzakharov

plainly

Rewrites unclear answers as plain-language causal chains checked against six named defects.

Community
Intermediate
vzakharovvzakharov

qa-checklist

Generates a QA checklist from branch changes and writes it into the PR body.

Community
Intermediate
vzakharovvzakharov

plan

Writes implementation plans to git-tracked files published as draft PRs for review.

Community
Advanced
vzakharovvzakharov

override-gh

Reminds agents that the gh CLI and GH_TOKEN are available in the environment.

Community
Basic
vzakharovvzakharov

pr

Creates or refreshes draft GitHub pull requests from committed branch work using gh CLI.

Community
Advanced
vzakharovvzakharov

dictation

Transcribes recorded audio or video dictations into cleaned, structured Markdown transcript files.

Community
Advanced
vzakharovvzakharov

update-muthur

Syncs vendored agent infrastructure from an upstream repository by triaging and porting commits.

Community
Advanced
vzakharovvzakharov

issue

Redirects legacy issue commands to the plan, task, or go skills based on arguments.

Community
Basic
vzakharovvzakharov

polish

Runs deduplication and prose-tending passes over a branch's diff and commits the results.

Community
Advanced
vzakharovvzakharov

from-branch

Attaches a Claude Code web session to an existing branch or PR and dispatches follow-up work.

Community
Advanced
vzakharovvzakharov

squash-message

Generates and maintains the copy-ready squash merge title and body as a PR comment.

Community
Advanced
vzakharovvzakharov

task

Decides whether a coding task needs a plan and routes it to planning or direct implementation.

Community
Intermediate
vzakharovvzakharov

sync-branch

Merges a branch's merge target into it, resolves conflicts, verifies, and pushes the result.

Community
Advanced
vzakharovvzakharov

spinoff

Seeds a new sibling GitHub repository from an adopter repo's agent infrastructure and stack scaffolding.

Community
Advanced
vzakharovvzakharov

preview

Captures headless Chromium screenshots of Next.js dev server routes to verify visual changes.

Community
Advanced
vzakharovvzakharov

subtitles

Burns corrected dictation transcripts onto video as frame-rendered subtitles via an approved HTML page.

Community
Advanced
vzakharovvzakharov

take-issue

Export a GitHub issue thread and attachments into the repository and commit them on the branch.

Community
Intermediate
vzakharovvzakharov

finalize

Verifies, vets, and prepares a draft pull request for squash merge with attestation.

Community
Advanced
vzakharovvzakharov

tend-prose

Reviews recently added comments, docstrings, and Markdown against four prose defects and fixes them in place.

Community
Intermediate
vzakharovvzakharov

check-merge

Detects whether a PR's merge target advanced or the PR landed since last attestation.

Community
Intermediate
vzakharovvzakharov

dictation-to-post

Converts an agreed dictation transcript into a copy-exact written post draft.

Community
Intermediate

Frequently Asked Questions About Vova Zakharov

FAQPage Schema
What tasks can I automate using vzakharov's skills?β–Ό

You can manage the full branch lifecycle: plan work into git-tracked files under docs/plans/, execute plans with /go, open and refresh draft PRs, generate QA checklists, watch GitHub Actions runs, sync branches with their merge target, and squash-merge. A separate lane transcribes dictations and converts them into subtitled videos and written posts.

Who are these skills built for?β–Ό

They target developers running Claude Code sessions who want disciplined git hygiene: semantic branch names, draft PRs with derived titles, attestation comments, and prose quality passes. The dictation, subtitles, and dictation-to-post skills also serve writers publishing spoken content, including Russian-language material.

How do I invoke these skills in practice?β–Ό

Each skill is a slash command inside a Claude Code session: /plan writes a plan file and draft PR, /go executes it, /pr opens the draft PR, /finalize preps the merge, and /handle picks up any existing branch or PR. Media skills take file arguments, e.g. /dictation <media file> then /subtitles <dictation file>.

What prerequisites and dependencies do the skills require?β–Ό

Skills assume a git repository with GitHub hosting, the gh CLI and a GH_TOKEN in the environment (per override-gh). Visual previews need a Next.js dev server and headless Chromium; dictation relies on scripts/transcribe.py; stand-up-site requires GitHub Pages, a deploy key, and operator-managed DNS.

Are these skills open source and what do they cost?β–Ό

The skills live in vzakharov's public GitHub repositories (74 public repos) and are distributed as Claude Code skill folders with native frontmatter, free to inspect and adopt. The update-muthur and spinoff skills exist specifically to sync and seed this agent infrastructure into derivative repositories.