Skip to main content
avoidwork
GitHub 제작자 프로필

avoidwork

3개 GitHub 저장소에서 수집된 18개 skills를 저장소 단위로 보여줍니다.

수집된 skills
18
저장소
3
업데이트
2026년 8월 25일
저장소 탐색

저장소와 대표 skills

audit-code
미분류

Audits each directory in ./src for bugs, security vulnerabilities, and performance issues sequentially. Generates one consolidated issue per directory via /create-issue.

2026년 8월 25일
create-feature
미분류

Orchestrates a complete feature lifecycle: receive goals, synthesize specs, propose via OpenSpec, commit specs to PR, apply tasks, commit implementation, archive, update PR, and post audit results.

2026년 8월 25일
fix-issue
미분류

Accepts a GitHub issue ID, validates approval via labels, categorizes the work, chains to /create-feature for full implementation, and comments on the issue linking to the PR.

2026년 8월 25일
restructure-code
미분류

Audits each directory in ./src for opportunities to restructure directories to align with community best practices & better organization in general. Generates one consolidated issue per directory via /create-issue.

2026년 8월 25일
scan-issues
미분류

Scans GitHub for open issues labeled 'approved' (excluding those also labeled 'in progress'), creates a git worktree for each, processes them sequentially via fix-issue, and opens one PR at a time with auto-merge. Runs hourly.

2026년 8월 25일
update-semver
미분류

Audits the delta between HEAD and the tag matching the current package.json version, decides if it's a major/minor/patch bump, updates package.json, runs npm i and npm run changelog, then triggers commit-push, enables auto-merge on the PR, and announces the…

2026년 8월 25일
commit-push
미분류

Automates the complete git workflow: scans project rules for conventions, stages all changes, commits, pushes to the remote, and opens a Pull Request. Ensures strict compliance with documentation rules, including rule 5.4.

2026년 8월 25일
create-issue
미분류

Receives a user description, synthesizes it into a title and description, categorizes as 'fix' or 'feat', creates a GitHub issue, audits the codebase for actionable details, and updates the issue with findings.

2026년 8월 25일
수집된 skill 14개 중 8개를 표시합니다.
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다