
Skill
context-research
research unfamiliar codebases using semantic search
Description
Research and understand unfamiliar codebases using semantic search with `jbcontext search`
SKILL.md
You need to gather all context for task $ARGUMENTS thoroughly.
When to Use
- Understanding unfamiliar codebases or locating specific functionality
- Finding implementations, definitions, or usage patterns
- Identifying code related to specific features or concepts
- Before making changes to understand the context and impact
Tools Available
jbcontext search
Semantic code search that finds code by meaning, not just exact keywords.
jbcontext search "<descriptive query>" [path]
jbcontext search -p <path> "<query>" # <path> must be relative to the project root
Query Tips:
- Be descriptive: "function that validates user email addresses" > "email"
- Include context: "error handling middleware for HTTP requests with logging"
- Specify what you're looking for: "React component that renders a modal dialog"
Research Workflow
- Start broad: Use
jbcontext searchwith general terms to understand the landscape - Narrow down: Add path filters (
-p) once you identify relevant directories - Read the code: Once you find relevant files, read them to understand the details
Example Session
# Find authentication-related code
jbcontext search "user authentication login"
# Narrow to specific directory
jbcontext search -p src/auth "JWT token validation"
More skills from the context repository
View all 7 skillsblast-radius
analyze blast radius of code changes
Jul 13ArchitectureCode AnalysisEngineeringcontext-install
install and configure jbcontext
Jul 13CLIEngineeringOnboardingcontext-review
review code changes with semantic search
Jul 13Code AnalysisEngineeringSearchcontext-search
explore codebases using semantic search
Jul 13Code AnalysisEngineeringSearchdependency-search
search dependencies across repositories
Jul 13Code AnalysisEngineeringSearchorg-search
perform org-wide semantic code search
Jul 17Code AnalysisSearch
More from JetBrains
View publishermps-aspect-accessories
configure JetBrains MPS module dependencies
MPS
Jul 17ArchitectureConfigurationEngineeringmps-aspect-actions
define and edit MPS node factories
MPS
Jul 17ArchitectureEngineeringmps-aspect-behavior
define and edit MPS concept behavior
MPS
Jul 13ArchitectureEngineeringmps-aspect-constraints
define JetBrains MPS language constraints
MPS
Jul 23ArchitectureCode Analysismps-aspect-dataflow
define and debug MPS dataflow builders
MPS
Jul 13Data Analysismps-aspect-editor
define MPS editor layouts
MPS
Jul 23DesignUI Components