One-click install
npx skills add https://github.com/afoxnyc3/chelsea-piers-itops --skill search-docs-afoxnyc3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: search-docs
Source: https://github.com/afoxnyc3/chelsea-piers-itops/tree/main/plugins/confluence-docs/skills/search-docs
Command: npx skills add https://github.com/afoxnyc3/chelsea-piers-itops --skill search-docs-afoxnyc3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps IT staff quickly locate existing Confluence documentation so they can avoid duplicating runbooks and reduce time-to-resolution during incidents or requests.

Core Features & Use Cases

  • Full-text Confluence search (CQL): Searches across Chelsea Piers IT spaces for runbooks, policies, procedures, and knowledge base pages.
  • Context-rich results: Returns the top matches with title, URL, summary/excerpt, and last modified date.
  • Scoped discovery: Optionally restricts searches to a specific Confluence space (e.g., ITOPS, INFRA, SECURITY).
  • Read-only guardrails: Never creates or updates pages; it only performs search and page retrieval for excerpts.

Quick Start

Use the skill to search for documentation by saying: find runbook for "password reset procedure" and return the best matches.

Frequently Asked Questions about search-docs

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Confluence for IT runbooks using CQL?

To search Confluence for IT runbooks, the skill builds and executes a Confluence CQL query to perform full-text retrieval across spaces, returning ranked page excerpts with URLs and last-modified metadata.

Can I restrict Confluence documentation lookup to a specific space?

Yes, Confluence documentation lookup supports optional space scoping, allowing you to restrict the CQL search query to specific spaces like ITOPS, INFRA, or SECURITY to find relevant runbooks faster.

Does this Confluence search tool create or update wiki pages?

No, this Confluence search tool operates with read-only guardrails, meaning it only performs search and page retrieval for excerpts and never creates or updates any documentation pages.

What is the best way to find existing runbooks to prevent duplicate documentation?

The best way to prevent duplicate documentation is to perform a full-text Confluence search before writing, retrieving ranked existing runbooks and policies with summaries and last-modified dates to verify current coverage.

How do I get Confluence page excerpts for incident triage?

You get Confluence page excerpts for incident triage by executing a CQL search via the atlassian confluence_search MCP tool, then fetching page summaries through confluence_get_page to return read-only results quickly.