From claude-report
Smoke-test the claude-report setup. Checks config, posts a [verify] message to Slack, and reports what works.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-report:verifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run a full setup smoke test for claude-report.
Run a full setup smoke test for claude-report.
Useful after installing the plugin, changing the bot token or channel, or when the 19:00 report silently fails and you need to know why.
verify_setup MCP tool (no arguments).auth.test against Slack, and posts a clearly-marked [claude-report verify] message to the configured channel.auth.test succeeds).chat.postMessage returns a timestamp.If all three pass, the daily 19:00 report will post to the same channel with the same credentials.
/install-daily-report to (re)install).npx claudepluginhub knorq-ai/claude-report --plugin claude-reportProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.