kb-close

Validate acceptance criteria and completion evidence before closing tasks.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/FlexNetOS/envctl --skill kb-close
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb-close
Source: https://github.com/FlexNetOS/envctl/tree/main/.kb/skills/kb-close
Command: npx skills add https://github.com/FlexNetOS/envctl --skill kb-close

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures tasks are fully completed by verifying acceptance criteria and providing a structured process for closing tasks, thereby maintaining the integrity of the project workflow.

Core Features & Use Cases

  • Task Verification: Ensures all acceptance criteria are met before task completion.
  • Completion Evidence: Validates completion evidence like commit hashes or PR links.
  • Dependency Management: Checks for uncompleted child tasks or tasks that block others.
  • Document Update: Updates the task document with status updates and completion evidence.
  • Use Case: After developing a feature, this Skill can be used to verify that all acceptance criteria are met, check for completion evidence, and update the task status accordingly.

Quick Start

Run the command: 'kb-close $ARGUMENTS' where $ARGUMENTS is the task slug.

Frequently Asked Questions about kb-close

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

FAQPage Schema
How do I verify task completion against acceptance criteria in a project workflow?

To verify task completion, this Skill validates acceptance criteria and checks for completion evidence like commit hashes or PR links. It ensures all defined criteria are met before allowing a task to close, maintaining project workflow integrity.

How do I check for uncompleted child tasks or blocking dependencies before closing a task?

Checking for blocking dependencies is handled by dependency management, which scans for uncompleted child tasks or tasks that block others. It prevents task closure if any blocking dependencies remain unresolved within the project workflow.

How do I update a task document with completion evidence and status updates?

Updating a task document with completion evidence is done by the document update feature, which records status updates and validates evidence like commit hashes or PR links. This maintains an accurate log of verified task closures.

What task management tools do I need to validate completion evidence for project workflows?

Validating completion evidence requires task management tools and document manipulation capabilities. This Skill integrates these elements to verify acceptance criteria and manage dependencies, needing no additional external dependencies to function.

When should I not close a task in project management workflows?

You should not close a task when acceptance criteria are unmet, completion evidence like commit hashes is missing, or uncompleted child tasks and blocking dependencies exist. The Skill enforces these constraints to prevent premature task closure.