Add repo-specific repo assist map, MCP baseline verification, and project skills - #127
Draft
groupthinking with Copilot wants to merge 3 commits into
Draft
groupthinking with Copilot wants to merge 3 commits into
groupthinking with Copilot wants to merge 3 commits into
Conversation
Contributor
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Co-authored-by: groupthinking <154503486+groupthinking@users.noreply.github.com>
Co-authored-by: groupthinking <154503486+groupthinking@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update repo with specific examples and verification steps
Add repo-specific repo assist map, MCP baseline verification, and project skills
Sep 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Adds repo-specific guidance for agent runs in
self-correcting-executor: a current repo map, dependency snapshot, MCP host/client/server framing, and a minimal live capability-negotiation proof. Also adds two project-scoped skills so CI debugging and repo summarization use this repo’s actual structure and workflows instead of generic examples.Repo assist doc
docs/REPO_MAP.mdwith:initialize,tools/list, andtools/callflake8/pytestfailures in current workflow behaviorProject skills
.github/skills/github-actions-failure-debugging/SKILL.mdpython-ci.ymlandfrontend-ci.yml.github/skills/codebase-summary/SKILL.mdDocumentation wiring
README.mdto point to the repo assist documentGuardrail test
tests/test_repo_assist_docs.pyto assert the new repo map sections and project skills remain present and repo-specificType of change
Checklist
Screenshots (if applicable)
Additional context
The issue asked for repo-specific examples, at least two useful skills, and proof that baseline MCP negotiation works live for this repo. The new materials are intentionally scoped to the existing repository layout and workflows rather than introducing new runtime behavior.