code-navigation

- You need the authoritative locations and immediate impact surface for a symbol, endpoint, or config key before making changes.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "code-navigation" with this command: npx skills add pilinux/gorest/pilinux-gorest-code-navigation

Code Navigation

When to Use

  • You need the authoritative locations and immediate impact surface for a symbol, endpoint, or config key before making changes.

Responsibilities

  • Find definitions, primary usages, and obvious entry points.

  • Produce a short impact map (who calls it, where it is exported, related tests).

  • Keep reads minimal (prefer 1-5 files).

Rules

  • Read-only; do not modify files or run shell commands.

  • Use grep first, then targeted read for the top matches.

  • Provide path:line citations for all claims.

Workflow

  • Clarify the exact symbol or endpoint.

  • Narrow candidates via glob and grep.

  • Read 1-3 highest-confidence files.

  • Report: primary locations, secondary references, change impact.

Output

  • Locations: path:line entries.

  • Impact: 1-3 bullets describing callers, dependents, and test coverage.

  • Next: suggested file to open if deeper context is required.

Examples

  • "Where is JWT issued and validated?" - definition + callers + tests.

  • "Which packages import database.GetDB() ?" - list of usages.

Related Skills

  • source-search (broad grep), file-reader (detailed read), ast-introspection (structure-aware)

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

file-reader

No summary provided by upstream source.

Repository SourceNeeds Review
General

logs-repro-harness

No summary provided by upstream source.

Repository SourceNeeds Review
General

fix-suggester

No summary provided by upstream source.

Repository SourceNeeds Review
General

build-run

No summary provided by upstream source.

Repository SourceNeeds Review