← Back to Skills Marketplace
56
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install partial-implementation
Description
Code returned as "done" is actually a stub — a placeholder body, a TODO comment, or a function that claims completion without real logic.
Usage Guidance
This is a low-risk, instruction-only skill whose guidance matches its stated purpose. Before installing, verify you are comfortable with the agent having access to the repository/diffs and the ability to run tests (the skill’s steps assume those capabilities). No credentials or external network downloads are requested. If you want stricter limits, run the checks manually or restrict the agent's file/execution permissions prior to enabling the skill.
Capability Analysis
Type: OpenClaw Skill
Name: partial-implementation
Version: 1.0.0
The skill bundle 'partial-implementation' is a set of instructions designed to help an AI agent identify and avoid providing placeholder code or stubs (e.g., 'pass', 'TODO', or 'NotImplementedError'). It contains no executable code or malicious instructions, and its content is entirely focused on improving the quality and completeness of the agent's programming tasks.
Capability Assessment
Purpose & Capability
Name, description, and SKILL.md all describe the same goal (identifying partial/stub implementations). There are no unexpected env vars, binaries, or install steps that would be disproportionate to this purpose.
Instruction Scope
Instructions are limited to code-review actions (re-read functions, search diffs for TODO/FIXME/NotImplemented patterns, run end-to-end tests). This is coherent, but it implicitly assumes the agent has access to the codebase/diffs and can run tests — confirm the agent's file and execution permissions before use.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing will be written to disk or fetched during install.
Credentials
The skill requires no environment variables, credentials, or config paths — proportional to an instruction-only code-review checklist.
Persistence & Privilege
always is false and no special persistence or system-wide modifications are requested. Autonomous invocation is allowed by platform default but the skill itself does not request elevated privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install partial-implementation - After installation, invoke the skill by name or use
/partial-implementation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
- Defines the "partial-implementation" skill for identifying code completed with stubs or placeholder logic.
- Describes common symptoms and detection methods for incomplete function bodies.
- Provides practical steps to avoid shipping stubbed implementations.
- Lists supported operating systems: macOS, Linux, and Windows.
Metadata
Frequently Asked Questions
What is Partial Implementation?
Code returned as "done" is actually a stub — a placeholder body, a TODO comment, or a function that claims completion without real logic. It is an AI Agent Skill for Claude Code / OpenClaw, with 56 downloads so far.
How do I install Partial Implementation?
Run "/install partial-implementation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Partial Implementation free?
Yes, Partial Implementation is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Partial Implementation support?
Partial Implementation is cross-platform and runs anywhere OpenClaw / Claude Code is available (macos, linux, windows).
Who created Partial Implementation?
It is built and maintained by mvogt99 (@mvogt99); the current version is v1.0.0.
More Skills