Check All Items
This skill verifies if every item in a list meets specific criteria, ensuring accuracy and preventing omissions for streamlined workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add check-all-items npx -- -y @trustedskills/check-all-items
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"check-all-items": {
"command": "npx",
"args": [
"-y",
"@trustedskills/check-all-items"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The check-all-items skill allows an AI agent to verify that all items on a provided list have been completed or addressed. It can be used to confirm task completion, inventory checks, and ensuring no steps are missed in a process. The skill provides confirmation for each item checked against the input list.
When to use it
- Task Management: Confirming all tasks in a project management system have been marked as done.
- Inventory Control: Verifying that all items on an inventory manifest are present and accounted for.
- Checklists: Ensuring every item on a checklist has been addressed, such as pre-flight checks or onboarding procedures.
- Process Validation: Validating each step in a complex process has been executed correctly.
Key capabilities
- Item verification against a provided list.
- Confirmation for each checked item.
- Handles various input formats (e.g., lists, tables).
Example prompts
- "Check all items on this list: [list of tasks]"
- "Verify the following inventory manifest: [inventory data]"
- "Confirm completion of these steps: [checklist items]"
Tips & gotchas
The skill's accuracy depends on the clarity and completeness of the input list. Ensure each item is uniquely identifiable for accurate verification.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.