test

Return exactly "hi :)" and nothing else when the user explicitly invokes the test skill to verify custom skill discovery or slash-menu wiring. Do not use for general testing tasks.

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "test" with this command: npx skills add henry-md/skillsmp-henry-md-henry-md-test

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

add

Stage only the current chat's relevant changes while leaving unrelated work in the tree untouched. Use when the user explicitly invokes the add skill to rebuild the staged set from this conversation only, including earlier messages in the same chat. By default it suggests a commit message without committing or pushing, and `/add push` additionally commits and pushes the staged result.

Repository SourceNeeds Review
General

characterize

Reviews all staged, unstaged, and untracked changes in the working tree and groups them into logical buckets that likely belong in separate commits or parallel tasks. Use when the user wants to understand a dirty tree before staging or committing, split local changes into coherent chunks, or explicitly asks for an `auto` mode that stages, commits, and pushes each bucket in sequence.

Repository SourceNeeds Review
General

railway

Investigate a failed Railway deployment when the user explicitly invokes the railway skill or asks to debug a Railway deployment failure. Anchor the work to a specific failed deployment ID, read the full deployment-specific logs, reproduce the failing Railway command locally, make the smallest relevant fix, verify locally, and stage only the Railway-related changes without committing or pushing.

Repository SourceNeeds Review
General

verify-page

Open a route in a real browser with Playwright, capture a screenshot, and visually inspect the result before claiming the page works. Use when the user asks you to see a page, verify that a route loads, or check UI changes directly.

Repository SourceNeeds Review