Done Feature

Automates final validation and Git commit for completed features.

68|13|Updated Aug 9, 2025
One-click install
npx skills add https://github.com/kriegcloud/beep-effect --skill done-feature
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Done Feature
Source: https://github.com/kriegcloud/beep-effect/tree/main/.repos/beep-effect/.cursor/skills/Done%20Feature
Command: npx skills add https://github.com/kriegcloud/beep-effect --skill done-feature

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of completing feature development by automating validation, documentation, and Git workflow steps, ensuring code quality and adherence to project standards.

Core Features & Use Cases

  • Automated Quality Gates: Runs linters, documentation generators, type checkers, tests, and builds.
  • Documentation Management: Guides updates to specification files and READMEs.
  • Git Workflow Integration: Assists with staging, committing, and creating pull requests.
  • Use Case: After finishing a new user authentication module, use this Skill to automatically run all checks, update the feature plan, and prepare a pull request for review.

Quick Start

When your feature development is complete, invoke this skill to run the final validation and git workflow.

Frequently Asked Questions about Done Feature

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code quality checks before creating a git pull request?

Automating code quality checks before a git pull request involves running validation scripts for linting, testing, and building. This skill enforces that structured git workflow by executing those gates and preparing the commit.

What is the best way to finalize feature development with automated documentation updates?

Finalizing feature development with documentation updates requires coordinating specification files and READMEs alongside code changes. This skill guides those documentation updates while running validation scripts to complete the feature.

Does this feature completion workflow run linters and type checkers automatically?

Yes, the feature completion workflow runs linters, type checkers, tests, and builds automatically. It applies these rigorous quality checks to ensure code adheres to project standards before staging the git commit.

How do I prepare a standardized git commit and pull request after finishing a module?

Preparing a standardized git commit and pull request after finishing a module requires enforcing structured commit practices and validation. This skill automates that staging, committing, and pull request preparation sequence.

Can I use this validation workflow for software environments requiring rigorous quality checks?

Yes, you can use this validation workflow for software environments requiring rigorous quality checks. It satisfies requirements for code linting, building, testing, and documentation generation to ensure standardized practices.