Skip to main content
Back to registry

grepai-search-boosting

yoanbernabeu/grepai-skills

This skill covers configuring score boosting to prioritize relevant code paths and deprioritize tests, docs, and vendor code.

Installs246
Install command
npx skills add https://github.com/yoanbernabeu/grepai-skills --skill grepai-search-boosting
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
This skill covers configuring score boosting to prioritize relevant code paths and deprioritize tests, docs, and vendor code. Boosting modifies search scores based on file paths: This ensures production code ranks higher than tests with similar content. Patterns match against the full file path: To disable boosting entirely: Or remove the boost section from config. After configuring boosting: ❌ Problem: Tests always show up first ✅ Solution: Add penalty patterns for your test naming convention ❌ Problem: Can't find code in penalized paths ✅ Solution: Penalties reduce rank, don't hide. Use ignore for complete exclusion. ❌ Problem: Scores above 1.0 seem wrong ✅ Solution: Bonuses can push scores above 1.0; this is normal ❌ Problem: Pattern not matching ✅ Solution: Check that pattern appears in full path (use /tests/ not just tests ) Boosting configuration status: - Prioritizing source code over tests - Penalizing vendor/third-party code - Boosting important directories - Customizing result ranking - Ignore: Files you NEVER want to search ( node_modules , .git ) - Penalize: Files you RARELY want but might need ( tests , docs ) - Start with penalties: Deprioritize tests/vendor first - Add bonuses sparingly: Only for truly important paths - Test with real queries: Verify results make sense - Don't over-penalize: 0.5 is usually enough for tests - Document your choices: Add comments...

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-boosting do?

This skill covers configuring score boosting to prioritize relevant code paths and deprioritize tests, docs, and vendor code.

Is grepai-search-boosting good?

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

What agent does grepai-search-boosting work with?

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

What are alternatives to grepai-search-boosting?

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

How do I install grepai-search-boosting?

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

Related skills

More from yoanbernabeu/grepai-skills

Related skills

Alternatives in Software Engineering