Build or update the BlueBubbles external channel plugin for Moltbot (extension package, REST...
npx skills add t3chn/codex-skills --skill "vi-greptile"
Install specific skill from multi-skill repository
# Description
Use the Greptile MCP integration to inspect PRs, reviews, and comments, trigger Greptile reviews, and manage custom context. Use when requests mention Greptile, Greptile MCP, Greptile review comments, or setting the GREPTILE_API_KEY.
# SKILL.md
name: vi-greptile
description: "Use the Greptile MCP integration to inspect PRs, reviews, and comments, trigger Greptile reviews, and manage custom context. Use when requests mention Greptile, Greptile MCP, Greptile review comments, or setting the GREPTILE_API_KEY."
Greptile MCP
Use Greptile MCP tools to work with PR reviews and Greptile context. Keep credentials safe and avoid guessing configuration.
Setup checklist
- Confirm
GREPTILE_API_KEYis set in the user's shell environment. - Prefer adding the export to
~/.zshrcor~/.bashrcas shown inreferences/greptile.md. - For non-interactive runs, ensure the environment variable is passed to the Codex process.
- If the Greptile MCP server is not configured, ask the user to add it and follow Greptile docs; do not guess config keys.
Tool usage
- Use
list_pull_requeststo find the PR, thenget_merge_requestfor details. - Use
list_merge_request_commentsorsearch_greptile_commentsto collect feedback. - Use
trigger_code_reviewto start a new review when requested. - Use custom context tools to inspect or add organization rules.
See references/greptile.md for the exact tool list and example prompts.
Safety
- Do not print, log, or commit the API key.
- If the key is missing, ask the user to set it and re-run the task.
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.