finish-work

Run a pre-commit checklist with linting, API and database validation, and cross-layer verification.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/iZiTTMarvin/LLM-Succubus --skill finish-work-izittmarvin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: finish-work
Source: https://github.com/iZiTTMarvin/LLM-Succubus/tree/main/.agents/skills/finish-work
Command: npx skills add https://github.com/iZiTTMarvin/LLM-Succubus --skill finish-work-izittmarvin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires [], and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a pre-commit checklist to ensure all code contributions are complete and meet quality standards, reducing the likelihood of regressions and technical debt.

Core Features & Use Cases

  • Code Quality Check: Assesses the quality of the code through linting, type-checking, and testing.
  • Documentation Sync: Ensures up-to-date documentation in the codebase, reducing confusion.
  • API and Database Changes Management: Monitors and enforces changes in APIs and databases through version control.
  • Cross-Layer Verification: Checks that data and logic work across all layers of the system.
  • Manual Testing Guidelines: Offers steps to ensure that all edge cases are handled correctly.
  • Use Case: For software developers working on complex codebases where maintaining high code quality and documentation accuracy is crucial.

Quick Start

Run the finish-work Skill to perform a pre-commit checklist before submitting your changes.

Frequently Asked Questions about finish-work

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

FAQPage Schema
How do I ensure my code contributions are complete before a commit?

To ensure complete code contributions before a commit, run a pre-commit checklist that performs code linting, type-checking, and testing to meet quality standards and prevent regressions.

How do I keep codebase documentation synchronized with API and database changes?

To keep codebase documentation synchronized with API and database changes, use version control monitoring and enforcement checks to verify that all updates are accurately reflected.

What is cross-layer verification in software engineering?

Cross-layer verification is a validation process that checks whether data and logic work correctly across all layers of a system, ensuring full coverage and preventing integration regressions.

Can I use Python scripts to assess code quality and handle manual testing guidelines?

Yes, you can use Python scripts to assess code quality through linting and testing, while following provided manual testing guidelines to ensure all edge cases are handled correctly.

What's the best way to manage API changes management and prevent technical debt?

The best way to manage API changes and prevent technical debt is to enforce a pre-commit checklist that validates modifications through version control and cross-layer verification.