Semantic Code Search
Independent PiSkill directory guide. The original prompt remains hosted by OpenAI Cookbook.
What does this prompt do?
Creates an embedding-based code-search workflow that indexes meaningful code units and retrieves relevant context for a natural-language development question.
Primary use case
Build semantic search over a codebase.
Expected output
Ranked code results relevant to the question.
Inputs or variables
- source code
- search query
- embedding configuration
Related prompts
Codex Prompting Guide
Provides a source-linked recipe for structuring coding tasks, context, constraints, tool use, iteration, and verification when working with Codex-oriented models.
OpenAPI Function Calling
Transforms an OpenAPI description into callable tools and demonstrates how a model selects operations, supplies arguments, handles responses, and respects API boundaries.
Autofix GitHub Actions with Codex
Demonstrates a Codex workflow that reads failed GitHub Actions evidence, identifies the responsible change or configuration, proposes a focused repair, and validates it.
Claude Frontend Aesthetics
Shows how concrete visual direction, layout goals, reference language, interaction details, and iteration constraints improve frontend generation beyond vague requests for polish.
Claude Text Classification
Builds a Claude classification workflow with clear labels, representative examples, structured outputs, ambiguity handling, and evaluation over realistic cases.
Deep Research API Workflow
Shows how to frame a research question, provide source access, run a deep-research workflow, and return a cited synthesis with transparent limitations.