Multi-Repo Search
Search across multiple GitHub repositories for a pattern and consolidate results
Example Prompt
Search all our GitHub repos for uses of the deprecated authenticateV1() function
About
Searches for code patterns, function signatures, or configuration values across multiple GitHub repositories simultaneously. Results are consolidated into a single report showing where the pattern appears, making it easy to track usage of shared libraries, deprecated APIs, or security-sensitive patterns across your organization.
Workflow Steps
Search GitHub repositories matching the target organization or topic filter
๐ Search RepositoriesRead matching files from each repository to extract relevant code context
๐ Read Repo FileStore intermediate search results in memory for deduplication and consolidation
๐ง Store MemoryWrite a consolidated report listing all matches organized by repository and file
โ๏ธ Write FileTools Used
Write File
Write or overwrite a file at a specified path with the given content
Read Repo File
Read the contents of a file from a GitHub repository at a specific branch or commit
Search Repositories
Search GitHub repositories by name, topic, language, or other criteria
Store Memory
Persist a key-value pair to the agent's long-term knowledge graph memory