Skip to main content
Back to registry

grepai-search-tips

yoanbernabeu/grepai-skills

This skill provides tips and best practices for writing effective semantic search queries.

Installs258
Install command
npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-search-tips
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill provides tips and best practices for writing effective semantic search queries. Think differently from text search: ❌ Bad: getUserById ✅ Good: fetch user record from database using ID ❌ Bad: handleError ✅ Good: error handling and response to client ❌ Bad: validateInput ✅ Good: check if user input is valid and safe ❌ Bad: auth ✅ Good: user authentication and authorization ❌ Bad: db ✅ Good: database connection and queries ❌ Bad: config ✅ Good: application configuration loading ❌ Bad: validation ✅ Good: validate email address format ❌ Bad: parse ✅ Good: parse JSON request body ❌ Bad: send ✅ Good: send email notification to user Embedding models are trained primarily on English: ❌ authentification utilisateur (French) ✅ user authentication Even if your code comments are in another language, English queries work best. If results aren't good, iterate: Semantic search understands synonyms. Try different phrasings: Use your domain vocabulary: Natural questions work well: If you know the exact name, use grep: GrepAI is for when you don't know the exact name: Strong match. The code likely does what you described. Related code. May be what you want, or adjacent functionality. Loosely related.

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does grepai-search-tips do?

This skill provides tips and best practices for writing effective semantic search queries.

Is grepai-search-tips good?

grepai-search-tips does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does grepai-search-tips work with?

grepai-search-tips currently lists compatibility with codex, gemini-cli, opencode, kimi-cli, amp, github-copilot.

What are alternatives to grepai-search-tips?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install grepai-search-tips?

npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-search-tips

Related skills

More from yoanbernabeu/grepai-skills

Related skills

Alternatives in Software Engineering