Completion Skill

Verify code existence, test suites, API-CLI parity, and export declarations.

2|1|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/1ambda/dataops-platform --skill completion-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Completion Skill
Source: https://github.com/1ambda/dataops-platform/tree/main/.copilot/skills/completion
Command: npx skills add https://github.com/1ambda/dataops-platform --skill completion-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the verification process before declaring a feature as fully implemented, ensuring code quality and consistency.

Core Features & Use Cases

  • Code Existence Verification: Checks if new classes or functions are actually present in the codebase.
  • Test Suite Execution: Runs relevant test suites (Gradle, Pytest, PNPM) to ensure functionality.
  • API-CLI Parity Check: Validates that CLI commands have corresponding API methods.
  • Export Verification: Confirms that necessary components are exported in libraries.
  • Phase Management: Supports multi-phase feature development, ensuring proper completion declarations.

Quick Start

Run the completion skill to verify the implementation of a new feature.

Frequently Asked Questions about Completion Skill

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

FAQPage Schema
How do I verify code implementation completeness before declaring a feature finished?

To verify code implementation completeness, you can automate checks for code existence, passing test suites, API-CLI parity, and export declarations. This ensures feature readiness and adherence to project standards before completion.

How do I check API-CLI parity and export declarations in my development workflow?

Checking API-CLI parity validates that CLI commands have corresponding API methods, while export verification confirms necessary components are exported in libraries. Both are automated to ensure code quality and consistency.

What build tools does this code verification process require?

The code verification process requires executing build tools like Gradle, Pytest, and PNPM to run relevant test suites and ensure functionality across different development environments.

How do I manage multi-phase feature development and ensure proper completion declarations?

Multi-phase feature development is supported through phase management, which ensures proper completion declarations by validating that all code existence and test suite requirements are met for each phase.

Does this automated code review work with my existing CI/CD and testing setup?

Yes, the automated code review integrates into your development workflow by executing existing build tools like Gradle, Pytest, and PNPM to validate test suites and ensure feature readiness.