Skip to content

Add repo-orient skill for codebase orientation before edits#1663

Open
Gowtham-Pentela wants to merge 1 commit into
garrytan:mainfrom
Gowtham-Pentela:add-repo-orient-skill
Open

Add repo-orient skill for codebase orientation before edits#1663
Gowtham-Pentela wants to merge 1 commit into
garrytan:mainfrom
Gowtham-Pentela:add-repo-orient-skill

Conversation

@Gowtham-Pentela
Copy link
Copy Markdown

Summary

Adds a repo-orient skill for understanding unfamiliar repositories before planning, reviewing, debugging, or editing code.

The skill checks for existing repo-map artifacts such as:

  • docs/ARCHITECTURE_REPORT.md
  • docs/PROJECT_MAP.md
  • docs/project_map.json
  • graphify-out/GRAPH_REPORT.md
  • graphify-out/graph.json
  • AGENTS.md
  • CLAUDE.md

Then it produces a grounded orientation report covering architecture, entry points, dependency hubs, feature ownership, risk areas, files to inspect, and recommended next action.

Why

AI coding agents often make poor edits when they start implementation before understanding project structure. This skill creates a consistent pre-edit orientation step that can be used before investigate, review, qa, or ship.

Notes

This is a workflow-only skill. It introduces no runtime dependencies and no external API calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant