Ecc tools/vscode 1784060458040 - #327971
Open
devops2626 wants to merge 34 commits into
Open
Conversation
…scode-instincts.yaml)
Contributor
There was a problem hiding this comment.
Pull request overview
Adds generated ECC tooling configuration, agent roles, skills, and repository-analysis metadata for Codex and Claude.
Changes:
- Configures MCP servers and specialized Codex agents.
- Adds generated VS Code development skills and instincts.
- Records ECC profile and identity metadata.
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
.codex/config.toml |
Defines Codex, MCP, and multi-agent settings. |
.codex/agents/reviewer.toml |
Configures the reviewer agent. |
.codex/agents/explorer.toml |
Configures the explorer agent. |
.codex/agents/docs-researcher.toml |
Configures the documentation agent. |
.codex/AGENTS.md |
Documents the Codex baseline. |
.claude/skills/vscode/SKILL.md |
Adds Claude-facing repository guidance. |
.claude/identity.json |
Records suggested Claude preferences. |
.claude/homunculus/instincts/inherited/vscode-instincts.yaml |
Adds generated repository instincts. |
.claude/ecc-tools.json |
Records ECC generation metadata. |
.agents/skills/vscode/SKILL.md |
Adds the Codex-facing repository skill. |
.agents/skills/vscode/agents/openai.yaml |
Defines skill interface metadata. |
Comments suppressed due to low confidence (1)
.codex/AGENTS.md:26
- This sentence instructs users to use workflow files immediately after stating that none were generated. There are no
/add-feature,/fix-bug, or/write-testworkflow files in this PR, so this guidance sends users to nonexistent scaffolds.
## Workflow Files
- No dedicated workflow command files were generated for this repo.
Use these workflow files as reusable task scaffolds when the detected repository workflows recur.
| @@ -0,0 +1,90 @@ | |||
| ```markdown | |||
| @@ -0,0 +1,90 @@ | |||
| ```markdown | |||
Comment on lines
+18
to
+20
| ## Action | ||
|
|
||
| Keep commit messages concise (~44 characters) |
| @@ -0,0 +1,6 @@ | |||
| interface: | |||
| display_name: "Vscode" | |||
Comment on lines
+8
to
+10
| [mcp_servers.github] | ||
| command = "npx" | ||
| args = ["-y", "@modelcontextprotocol/server-github"] |
Comment on lines
+39
to
+43
| ## Workflows | ||
|
|
||
| ### Adding a New Feature | ||
| **Trigger:** When implementing a new feature or module | ||
| **Command:** `/add-feature` |
Comment on lines
+60
to
+65
| ### Writing Tests | ||
| **Trigger:** When adding or updating tests | ||
| **Command:** `/write-test` | ||
|
|
||
| 1. Create or update a test file matching the pattern `*.test.ts`. | ||
| 2. Use the project's preferred (undetected) testing framework. |
Comment on lines
+60
to
+65
| ### Writing Tests | ||
| **Trigger:** When adding or updating tests | ||
| **Command:** `/write-test` | ||
|
|
||
| 1. Create or update a test file matching the pattern `*.test.ts`. | ||
| 2. Use the project's preferred (undetected) testing framework. |
Comment on lines
+1
to
+3
| # ECC for Codex CLI | ||
|
|
||
| This supplements the root `AGENTS.md` with a repo-local ECC baseline. |
Comment on lines
+4
to
+6
| "generatedBy": "ecc-tools", | ||
| "generatedAt": "2026-07-14T20:20:34.604Z", | ||
| "repo": "https://github.com/devops2626/vscode", |
Author
|
@microsoft-github-policy-service agree (or agree company="..."). |
Author
|
@microsoft-github-policy-service agree |
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.
Summary of the PR:
Title: Ecc tools/vscode 1784060458040
Changes: Adds VS Code "ECC bundle" configuration and skill files across .claude, .agents, and .codex directories (spanning 33 commits and 11 changed files).
Current Status: Open and Merging Blocked.
License Check: The Contributor License Agreement (license/cla) is currently unfulfilled, as the author needs to agree to the CLA via comment.
Approvals & Workflows: Awaiting required review approvals from maintainers and status checks across multiple CI workflows.