Author Profile: zeveck

Skills published by zeveck with real stars/downloads and source-aware metadata.

Total Skills

3

Total Stars

0

Total Downloads

0

RSS Feed

Skills Performance

Comparison chart based on real stars and downloads signals from source data.

quickfix

0

Stars
0
Downloads
0

update-zskills

0

Stars
0
Downloads
0

cleanup-merged

0

Stars
0
Downloads
0

Published Skills

Automation

quickfix

Ship an in-flight edit (or short agent-authored fix) as a PR without a worktree. Two auto-detected modes: user-edited (dirty tree + description → carry edits to a branch and commit) and agent-dispatched (clean tree + description → model-layer dispatch performs edits, then we commit). PR-only: requires execution.landing == "pr". Runs testing.unit_cmd (aligned with full_cmd to satisfy the project pre-commit hook), commits, pushes, and creates a PR via gh. No worktree; no .landed marker. Usage: /quickfix [<description>] [--branch <name>] [--yes] [--from-here] [--skip-tests]

Repository SourceNeeds Review
General

update-zskills

Install or update Z Skills supporting infrastructure (CLAUDE.md rules, hooks, scripts)

Repository SourceNeeds Review
Coding

cleanup-merged

Post-PR-merge local state normalization. Fetches origin with --prune, switches off a feature branch whose PR has merged (or whose upstream is gone), pulls the main branch, and deletes local feature branches whose upstream was removed or whose PR has merged. Bails on a dirty working tree. Skips branches with unpushed commits. --dry-run reports without modifying anything. Use after merging a PR on GitHub to catch local state up and drop stale branches.

Repository SourceNeeds Review