Complete remaining unchecked tasks in the task tracker
Scanned 9/2/2026
Install to Claude Code
npx -y skills add MarcusJellinghaus/mcp-workspace --skill implementation_finalise --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Implementation Finalise?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/marcusjellinghaus-implementation-finalise)More formats (shields.io, HTML) on the badges page.
---
description: Complete remaining unchecked tasks in the task tracker
disable-model-invocation: true
---
# Implementation Finalise
Complete any remaining unchecked tasks in the task tracker before transitioning to code review.
## Process
### 1. Read Task Tracker
Read `pr_info/TASK_TRACKER.md` and identify all unchecked tasks (`- [ ]`).
If all tasks are already checked (`- [x]`), report that no finalisation is needed and exit.
### 2. Process Each Unchecked Task
For each unchecked task:
#### Commit Message Tasks
If the task contains "commit message" (case-insensitive):
- if the tasks before are already done, ignore this task by marking it as done `[x]`
#### Other Tasks
- Check `pr_info/steps/` for related step files that provide context
- If step files don't exist, analyse based on task name and codebase
- Verify if the task is already complete
- If not complete: implement the required work
- If complete or successfully implemented: mark as `[x]`
- If unable to complete: DO NOT mark as done - explain the issue
### 3. Quality Checks (If Code Changed)
If any code changes were made during this process:
- Run pylint checks using the MCP server (fix all errors)
- Run pytest checks using the MCP server (fix all failures)
- Run mypy checks using the MCP server (fix all type errors)
## Output
Report:
1. Which tasks were processed
2. Which tasks were marked complete
3. Any issues encountered
4. Summarize the changes in a commit message and report it
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!