Pavel Sokolov avatar

Pavel Sokolov

Community

@hacker-cb

21Followers
|
51Public Repos
|
21Published Skills

Pavel Sokolov's hcb-dev skill suite orchestrates Git branching, parallel session coordination, multi-engine code review, and GitHub/GitLab pull request lifecycles.

Skills Distribution
DomainDeveloper To...Git Branch & Workt.. (25%)Parallel Session C.. (25%)Code Review & Find.. (20%)Pull Request & Shi.. (20%)

Agent Skills by Pavel Sokolov

Showing 21 vetted skills indexed across 1 GitHub repositories.

hacker-cbhacker-cb

sync-base

Synchronizes a git branch with its moved base via fast-forward, rebase, or merge.

Community
Advanced
hacker-cbhacker-cb

session-dispatch

Generates pasteable work orders that hand unfinished builds or investigations to another Claude Code session.

Community
Advanced
hacker-cbhacker-cb

multi-review

Reviews a code change with Claude, security, and Codex sources and reports findings with per-source coverage.

Community
Advanced
hacker-cbhacker-cb

git-cleanup

Sweep merged branches, orphaned worktrees, and dead upstream tracking from a git repository.

Community
Advanced
hacker-cbhacker-cb

session-plugin-refresh

Re-reads skills and references after a plugin update and reconciles prior session actions against the new text.

Community
Advanced
hacker-cbhacker-cb

implementation-workflow

Implements tasks and issues as sliced, reviewed branches through a gated autonomous workflow.

Community
Advanced
hacker-cbhacker-cb

findings-pass

Verifies and rules a run's findings independently, presenting outcomes in one ranked table.

Community
Advanced
hacker-cbhacker-cb

github-pr-workflow

Drive a GitHub pull request from feature branch to merged PR with CI and Copilot fix loops.

Community
Advanced
hacker-cbhacker-cb

wave-worker

Executes a dispatched wave batch order and coordinates its return with the master session.

Community
Advanced
hacker-cbhacker-cb

wave-refresh

Recompute which parallel work batches can safely start against the current repository state.

Community
Advanced
hacker-cbhacker-cb

seeding-gitignore

Creates and edits .gitignore files with a fixed baseline plus project-derived language patterns.

Community
Intermediate
hacker-cbhacker-cb

backlog-survey

Surveys open issues against the code, tiers them, and recommends what to work on next.

Community
Advanced
hacker-cbhacker-cb

status

Report current work status by re-reading ledgers, branches, and change requests.

Community
Advanced
hacker-cbhacker-cb

wave-dispatch

Launch planned work batches as parallel sessions via chips or pasteable orders.

Community
Advanced
hacker-cbhacker-cb

master-session

Coordinates parallel sessions building an epic through wave planning, dispatch, and acceptance.

Community
Advanced
hacker-cbhacker-cb

session-handoff

Generates a pasteable prompt summarizing finished session work for handoff to another Claude Code session.

Community
Intermediate
hacker-cbhacker-cb

shipping-workflow

Review, fix, and complete a finished code slice via local merge or change request.

Community
Advanced
hacker-cbhacker-cb

claude-review

Review a change with Claude finder agents and independent verification over a fixed range.

Community
Intermediate
hacker-cbhacker-cb

issue-tracking

Manage deferred work in GitHub and GitLab issue trackers via gh and glab CLIs.

Community
Advanced
hacker-cbhacker-cb

dependency-versions

Resolve dependency versions from registries using package manager add commands.

Community
Intermediate
hacker-cbhacker-cb

codex-review

Reviews a code change with a single read-only Codex CLI pass and returns findings.

Community
Basic

Frequently Asked Questions About Pavel Sokolov

FAQPage Schema
What tasks can I accomplish with hacker-cb's hcb-dev skills?β–Ό

You can sync branches against moved bases, implement issues end-to-end in slices, run multi-engine reviews (Claude, security, Codex), ship work via local merge or GitHub PR, triage GitHub/GitLab issues, survey backlogs, coordinate parallel build sessions, and pin dependency versions resolved from registries.

Who are these skills designed for?β–Ό

Software engineers and technical leads running Claude Code sessions who manage Git-heavy development: feature branches, worktrees, pull requests, issue backlogs, and epics split across multiple parallel sessions. Bilingual triggers support both English and Russian speakers.

How do the skills run in practice?β–Ό

They install as a Claude Code plugin whose skills trigger on natural-language requests. Implementation-workflow slices tasks and calls shipping-workflow per slice; shipping-workflow hands request-mode completions to github-pr-workflow; master-session dispatches batches to wave-worker sessions via wave-dispatch.

What are the prerequisites and dependencies?β–Ό

A Git repository, the Claude Code host with the hcb-dev plugin installed, and the forge CLI for reading merged and open change requests. GitHub or GitLab hosting is required for issue tracking and PR driving; Dependabot config sync applies to GitHub-hosted repos.

Do these skills push code or merge without authorization?β–Ό

No. Sync-base writes only the local worktree and never pushes; github-pr-workflow merges only on explicit authorization and otherwise stops at ready; findings-pass and backlog-survey are report-only, with every tracker write executed solely on the user's word.