# Search

> Search codebase semantically by concept or functionality. Use when looking for code related to a topic, feature, or pattern rather than exact text matches.

- Skill: `majiayu000/search-7` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/search-7`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/search-7/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/search-7

---


# Semantic Code Search

Search the codebase using Mira's semantic search to find code by meaning, not just text.

**Query:** $ARGUMENTS

## Instructions

1. Use the `mcp__mira__search_code` tool with the query provided above
2. Set an appropriate limit (default: 10 results)
3. Present results clearly with:
   - File path and line numbers
   - Relevance score
   - Code snippet preview
4. Group related results if they're from the same module
5. Suggest follow-up searches if results seem incomplete

## Example Usage

```
/mira:search authentication middleware
/mira:search error handling patterns
/mira:search database connection pooling
```

