---
name: Finalize Feature
slug: finalize-feature
category: Automation
description: Finalize Feature creates a branch, commits changes, and opens a pull request to finish a feature. Use it when code is ready to be packaged for review and merge.
github: "https://github.com/janekbaraniewski/openusage/tree/main/.codex/skills/finalize-feature"
language: Go
stars: 187
forks: 16
install: "npx degit https://github.com/janekbaraniewski/openusage/tree/main/.codex/skills/finalize-feature ~/.claude/skills/finalize-feature"
installs_to: ~/.claude/skills/finalize-feature
source_path: .codex/skills/finalize-feature/SKILL.md
collection_size: 14
category_size: 2032
collection_url: "https://dirskills.com/collections/janekbaraniewski/openusage"
added: 2026-09-06T05:20:22.249Z
last_synced: 2026-09-06T05:20:22.249Z
canonical_url: "https://dirskills.com/skills/finalize-feature"
---

# Finalize Feature

Finalize Feature creates a branch, commits changes, and opens a pull request to finish a feature. Use it when code is ready to be packaged for review and merge.

**Install:**

```bash
npx degit https://github.com/janekbaraniewski/openusage/tree/main/.codex/skills/finalize-feature ~/.claude/skills/finalize-feature
```

## README

# Skill: Finalize Feature

> **Invocation**: Finalize a feature: create branch, commit, open PR

Read and follow the full skill specification in `docs/skills/finalize-feature/SKILL.md`.
