Daeguk-Sun

Next Work — Git skill for Claude Code

Git community

GitHub issue 상태와 label에서 이어하기, 긴급, 다음 작업 후보를 조회하는 read-only 유틸리티.

How to install Next Work

Installs to ~/.claude/skills/daeguk-sun-dcness-next-work/SKILL.md

Terminal
mkdir -p ~/.claude/skills/daeguk-sun-dcness-next-work && curl -fsSL https://raw.githubusercontent.com/Daeguk-Sun/dcNess/HEAD/commands/next-work.md -o ~/.claude/skills/daeguk-sun-dcness-next-work/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Next Work does


name: next-work description: GitHub issue 상태와 label에서 이어하기, 긴급, 다음 작업 후보를 조회하는 read-only 유틸리티. 사용자가 "/next-work", "다음 작업", "뭐하지", "뭐부터 하지", "이제 뭐해야하지", "남은 일 알려줘", "남은 일 브리핑", "이어서", "진행 중 작업", "콜드스타트 시작점" 등 다음·남은 일을 물을 때 사용한다.

Next Work — 다음 작업 read-only 조회

GitHub open issue, Issue Brief Priority, repo label 을 읽어 cold-start 세션의 시작점을 확인한다. issue/label/Project 상태를 쓰거나 변경하지 않는다.

언제 사용

  • 새 세션에서 다음 작업이나 시작점을 확인할 때
  • 현재 in-progress 항목과 다음 후보를 빠르게 보고 싶을 때
  • docs/index.md 의 정적 포인

Alternatives in Git

  • Worktree Deliver — Commit all work, push, and create a pull request from the current worktree 23.4k ★
  • Container Use — by dagger - Development environments for coding agents 3.6k ★
  • Git Status — Read the Files and run the Commands and summarize the current state of the git repository 3.4k ★

Full documentation available on GitHub

View Source Repository