ワンクリックで
greeting
Greet all installed tools and generate a health report
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Greet all installed tools and generate a health report
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
CI pipeline design, parallel execution, caching strategies, and quality gates. Use when setting up CI/CD pipelines, configuring GitHub Actions, automating deployments, optimizing build times, or implementing quality gates. Triggers on 'CI/CD pipeline', 'GitHub Actions', 'deploy', 'build pipeline', 'continuous integration', 'automated deployment'.
Add comprehensive documentation including JSDoc/TSDoc, inline comments, README updates, and OpenAPI 3.0 API docs. Use when documenting code, generating docs, improving project documentation, adding docstrings, writing README files, or creating API specifications. Triggers on 'add docs', 'document this', 'write README', 'API spec', 'add docstrings', 'generate documentation'.
Switch between model modes or check current mode. Use /model-mode status to see current setting, /model-mode opus-only to always use Opus, /model-mode default for auto-switching.
Generate project scaffolding, boilerplate code, and project structure for React, Next.js, Express, NestJS, FastAPI, Django, and more. Use when starting a new project, generating boilerplate, or setting up project structure. Triggers on 'scaffold', 'create project', 'new app', 'bootstrap', 'boilerplate', 'starter template', 'project structure', 'monorepo'.
Manage the RAG MCP server — index codebases, search semantically, configure backends (ChromaDB/Redis/Qdrant)
Refresh agent knowledge from official reference URLs. Fetches latest documentation, release notes, and changelogs to keep agents current. Supports refreshing a single agent, all agents, or checking refresh status.
| name | greeting |
| version | 1.0.0 |
| description | Greet all installed tools and generate a health report |
| argument-hint | [ID] | hello | hello ID |
| author | Michel Abboud |
| license | Apache-2.0 |
| allowed-tools | Glob, Read, mcp__code-review__hello, mcp__testing__hello, mcp__design-system__hello, mcp__api-specialist__hello, mcp__uiux-review__hello, mcp__database-operations__hello, mcp__dependency-management__hello, mcp__cicd-pipeline__hello, mcp__n8n-automation__hello, mcp__rag__hello, mcp__project-oversight__hello |
Survey all installed tools — MCP servers, agents, and skills — by sending hello to each one. Generate a formatted health report showing what's installed and responding.
/greeting → Quick hello to all MCP servers + list agents & skills + summary report
/greeting ID → Verbose hello (full profile) from all servers + complete report
When invoked, follow the steps below based on the argument:
Step 1 — Greet MCP Servers
Call hello {} on each of the following MCP servers by using their hello tool. If a tool is unavailable or throws an error, mark it ❌ Offline.
| Server | Tool to call |
|---|---|
| code-review-mcp | mcp__code-review__hello with {} |
| testing-mcp | mcp__testing__hello with {} |
| design-system-mcp | mcp__design-system__hello with {} |
| api-specialist-mcp | mcp__api-specialist__hello with {} |
| uiux-review-mcp | mcp__uiux-review__hello with {} |
| database-operations | mcp__database-operations__hello with {} |
| dependency-management | mcp__dependency-management__hello with {} |
| cicd-pipeline | mcp__cicd-pipeline__hello with {} |
| n8n-automation | mcp__n8n-automation__hello with {} |
| rag-mcp | mcp__rag__hello with {} |
| project-oversight-mcp | mcp__project-oversight__hello with {} |
Show each server's greeting response, prefixed with ✅ (responded) or ❌ (failed).
Step 2 — List Installed Agents
Use the Glob tool to find all agent files in ~/.claude/agents/:
~/.claude/agents/**/*.md and ~/.claude/agents/**/*.jsonFor each file found:
.md) or top-level JSON fields (.json) to extract: name, description, color, and for JSON: visual.emojicolor to emoji: green=🟢, blue=🔵, purple=🟣, red=🔴, orange=🟠, yellow=🟡, cyan=🩵, default=⚪visual.emoji if present instead of the color square[emoji] **name** — descriptionGroup output as:
## Installed Agents (X found)
🔵 **code-reviewer** — Reviews code for bugs, security issues, and best practices
🟣 **architect** — System design and architecture planning
...
Step 3 — List Installed Skills
Use the Glob tool to find all skills in ~/.claude/skills/:
~/.claude/skills/**/SKILL.md and ~/.claude/skills/**/*.md (excluding SKILL.md if already found)For each skill found:
name, version, description📘 **name** v[version] — descriptionGroup output as:
## Installed Skills (X found)
📘 **greeting** v1.0.0 — Greet all installed tools and generate a health report
📘 **pm-dashboard** v1.0.0 — Manage the Project Manager dashboard
...
Step 4 — Generate Report
Output a formatted summary block:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
📊 Greeting Report — [current date/time]
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
MCP Servers X / 11 online
Agents X installed
Skills X installed
[If any servers were offline:]
⚠️ Offline servers: server-name, server-name
→ Run: cd mcp-servers/[name] && npm run build
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
IDSame as above, but:
hello {"verbose": true} on each MCP server instead of {}The report format is the same but titled Full Greeting Report.
helloRespond with:
👋 Hello! I'm Greeting v1.0.0. I survey all installed MCP servers, agents, and skills — and generate a health report. Use
/greeting hello IDfor the full guide.
hello IDRespond with complete skill information:
/greeting [ID]ID — Verbose hello (full profile) from all servers + complete reporthello — Quick greeting + availability checkhello ID — This full profile