Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Finish

ASecurity

Completion gate (evidence + integrity) → commit, archive, check off tasks, refresh handoff. Runs right after review. 트리거: "마무리", "커밋하고 정리".

2 stars
0 votes
0 copies
0 views
Added 9/19/2026
ai-agentsbashnodegit

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add snwlee/Nereus --skill finish --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Finish?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Finish
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/snwlee-finish/badge)](https://www.skillsdirectory.com/skills/snwlee-finish)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: finish
description: Completion gate (evidence + integrity) → commit, archive, check off tasks, refresh handoff. Runs right after review. 트리거: "마무리", "커밋하고 정리".
---

# finish

nereus:common 규칙을 따른다. 담당 에이전트: writer(문서·아카이브), 커밋은 이 세션이 직접.

1. **게이트**: 먼저 완료 게이트를 돌린다.
    ```bash
    node "${CLAUDE_PLUGIN_ROOT}/skills/finish/scripts/gate.mjs"          # 미커밋 변경 기준
    node "${CLAUDE_PLUGIN_ROOT}/skills/finish/scripts/gate.mjs" --base main
    ```
    게이트를 돌리기 전에 철칙을 확인한다 (출처: superpowers `verification-before-completion`):

    ```
    FRESH한 검증 증거 없이 완료를 주장하지 않는다.
    ```
    > **Iron Law — NO COMPLETION CLAIMS WITHOUT FRESH VERIFICATION.**
    > FRESH한 검증 증거 없이 완료를 주장하지 않는다.
    주장→명령→출력→판정 순서를 지킨다. 명령을 직접 실행하고, 전체 출력을 읽고, 종료 코드와 실패 수를 센 뒤에야 주장한다. 단계를 건너뛰면 검증이 아니라 거짓말이다. 아래는 전부 미검증이다: "될 거야", 이전 실행 결과, "자신 있다", 부분 확인, 에이전트 성공 보고, 린터 통과로 빌드됐다고 extrapolate하기.
    네 가지를 본다. (a) **테스트 evidence**가 FRESH이고 통과인가 — MISSING/STALE이면 `run-tests.mjs`로 다시 돌린다. (b) **완료 무결성** — diff에 TODO/FIXME, TBD, 건너뛴 테스트, 스텁, 테스트 없는 가드 제거, **조용한 실패**(빈 catch·삼킴 fallback·except-pass)가 있으면 차단. (c) **연결 검사** — 새 실행 스크립트를 아무 데서도 호출하지 않으면(`unwired`) 차단한다. 테스트가 import 하는 것은 연결이 아니다. 버전을 올렸는데 handoff.md를 그대로 두면(`handoff_stale`) 차단한다. (d) **디자인 피드백** — 디자인 표면을 만졌는데 Gemini 비평 라운드가 없거나(`design_feedback_missing`), 비평 후 파일이 바뀌었거나(`design_feedback_stale`), REVISE 를 반영하지 않았으면(`design_feedback_unaddressed`) 차단한다. `nereus:design` 으로 라운드를 돌린다. 각 항목을 고치거나, 정당한 이유가 있으면 handoff.md Rulings에 이유를 적고 사용자에게 확인받는다. 조용히 넘기지 않는다.
   tasks 파일에 이 작업 단위의 태스크가 전부 체크됐는지 확인한다. 아니면 build로 돌려보낸다.
2. **커밋**: `git status`, `git diff --stat`을 보고 conventional commit 메시지를 만든다. 여러 관심사가 섞였으면 나눠 커밋한다. 시크릿·`.env`·빌드 산출물이 스테이징되지 않았는지 확인한다.
3. **스펙 정리**: OpenSpec 프로젝트면 `/opsx:archive`로 change를 아카이브한다. spec-kit이면 `/speckit.converge`로 남은 작업이 없는지 확인한다.
4. **문서**: 사용자에게 보이는 동작이 바뀌었으면 README나 docs를 갱신한다. 설계 결정이 있었으면 `docs/adr/`에 ADR 한 장(writer가 archify로 다이어그램을 붙일 수 있다).
5. **handoff**: 이 세션의 handoff 파일(세션 시작 안내의 `.nereus/handoff/` 아래 경로)을 전체 재작성한다. 현재 단계는 "완료" 또는 다음 태스크. 이 단위에서 실패했던 접근이 있으면 남긴다. 판정·연기는 common의 Ruling 형식으로 기록한다.
6. **브랜치**: main이 아닌 브랜치면 "푸시할까요? PR을 만들까요? 브랜치를 유지할까요?"를 한 번 묻는다. 묻지 않고 푸시하지 않는다.
7. **메모리**: claude-mem이 있으면 세션 요약은 자동이다. 없으면 handoff.md가 유일한 기록임을 알린다.

마지막 메시지는 이 세션을 보지 않은 사람이 읽어도 되게: 무엇을 했고, 무엇이 검증됐고, 무엇이 남았는지 세 줄.

Attribution

snwleesnwlee
View sourceMore from snwlee →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3331 votes

catchup

Recovers prior coding-agent session context by running `catchup <agent> --since-compact`, which extracts a clean summary of a previous Codex, Claude Code, Antigravity, OpenCode, or Pi Agent session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", or asks to recover/summarize a previous session before continuing. Do NOT use for the current conversation, git history, or any non-agent log.

611 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →