Skip to content

Commit 8ad4151

Browse files
author
ECC Test
committed
ci: remove copilot code-review surface
1 parent 29edd57 commit 8ad4151

3 files changed

Lines changed: 9 additions & 15 deletions

File tree

.vscode/settings.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
{ "file": ".github/copilot-instructions.md" },
88
{ "text": "Always write tests before implementation (TDD). Use Arrange-Act-Assert structure. Target 80%+ coverage. Write descriptive test names that explain the behavior under test, not just the function name." }
99
],
10-
"github.copilot.chat.reviewSelection.instructions": [
11-
{ "file": ".github/copilot-instructions.md" },
12-
{ "text": "Review for: (1) security issues — hardcoded secrets, missing input validation, injection risks, (2) code quality — mutation, deep nesting, large functions, (3) error handling — swallowed errors, missing boundary validation, (4) test coverage gaps." }
13-
],
1410
"github.copilot.chat.commitMessageGeneration.instructions": [
1511
{ "text": "Use conventional commit format: <type>: <description>. Types: feat, fix, refactor, docs, test, chore, perf, ci. Keep the subject line under 72 characters. Focus on WHY the change was made, not WHAT changed." }
1612
]

docs/de-DE/README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1533,10 +1533,9 @@ ECC bietet **GitHub-Copilot-Unterstützung** für VS Code über das native Instr
15331533
| Komponente | Datei | Zweck |
15341534
|-----------|------|---------|
15351535
| Kern-Instructions | `.github/copilot-instructions.md` | Stets geladene Rules: Coding-Style, Sicherheit, Testing, Git-Workflow |
1536-
| VS-Code-Einstellungen | `.vscode/settings.json` | Aufgabenspezifische Instruction-Dateien für Codegenerierung, Testgenerierung, Review und Commit-Nachrichten |
1536+
| VS-Code-Einstellungen | `.vscode/settings.json` | Aufgabenspezifische Instruction-Dateien für Codegenerierung, Testgenerierung und Commit-Nachrichten |
15371537
| Plan-Prompt | `.github/prompts/plan.prompt.md` | Phasenweise Implementierungsplanung |
15381538
| TDD-Prompt | `.github/prompts/tdd.prompt.md` | Red-Green-Improve-Zyklus |
1539-
| Code-Review-Prompt | `.github/prompts/code-review.prompt.md` | Qualitäts- und Sicherheitsreview |
15401539
| Security-Review-Prompt | `.github/prompts/security-review.prompt.md` | Tiefe, OWASP-orientierte Sicherheitsanalyse |
15411540
| Build-Fix-Prompt | `.github/prompts/build-fix.prompt.md` | Systematische Behebung von Build- und CI-Fehlern |
15421541
| Refactor-Prompt | `.github/prompts/refactor.prompt.md` | Beseitigung von totem Code und Vereinfachung |
@@ -1549,16 +1548,16 @@ Die eingecheckte `.vscode/settings.json` aktiviert `chat.promptFiles`, sodass VS
15491548
So verwendest du die Workflow-Prompts in Copilot Chat:
15501549
1. Öffne das Copilot-Chat-Panel in VS Code.
15511550
2. Klicke auf das **Büroklammer-/Anhängen-Symbol** und wähle **Prompt...**, oder tippe `/` und wähle einen Prompt.
1552-
3. Wähle den Prompt aus (z. B. `plan`, `tdd`, `code-review`).
1551+
3. Wähle den Prompt aus (z. B. `plan`, `tdd`, `security-review`).
15531552

15541553
### Wie es funktioniert
15551554

15561555
GitHub Copilot in VS Code liest zwei Dateitypen automatisch:
15571556

15581557
- **`.github/copilot-instructions.md`** — Instructions auf Repository-Ebene, die in jede Copilot-Chat-Anfrage injiziert werden. Enthält ECCs Kern-Coding-Standards, Sicherheits-Checkliste, Testanforderungen und Git-Workflow.
1559-
- **`.github/prompts/*.prompt.md`** — wiederverwendbare Prompt-Dateien, die Nutzer bei Bedarf aufrufen. Jeder Prompt führt Copilot durch einen bestimmten ECC-Workflow (plan → TDD → review → ship).
1558+
- **`.github/prompts/*.prompt.md`** — wiederverwendbare Prompt-Dateien, die Nutzer bei Bedarf aufrufen. Jeder Prompt führt Copilot durch einen bestimmten ECC-Workflow wie Planung, TDD, Security-Review, Build-Fix oder Refactor.
15601559

1561-
Die **`.vscode/settings.json`** fügt aufgabenspezifische Instruction-Overlays hinzu, sodass Copilot je nachdem, ob du Code generierst, Tests schreibst, eine Auswahl reviewst oder eine Commit-Nachricht entwirfst, den richtigen Kontext erhält.
1560+
Die **`.vscode/settings.json`** fügt aufgabenspezifische Instruction-Overlays hinzu, sodass Copilot für Codegenerierung, Testgenerierung und Commit-Nachrichten den richtigen Kontext erhält.
15621561

15631562
### Feature-Abdeckung
15641563

@@ -1568,7 +1567,7 @@ Die **`.vscode/settings.json`** fügt aufgabenspezifische Instruction-Overlays h
15681567
| Sicherheits-Checkliste | Stets aktiv + `security-review`-Prompt |
15691568
| Testing / TDD | Stets aktiv + `tdd`-Prompt |
15701569
| Implementierungsplanung | `plan`-Prompt |
1571-
| Code-Review | `code-review`-Prompt |
1570+
| Code-Review | Externes PR-Review über CodeRabbit + Greptile |
15721571
| Behebung von Build-Fehlern | `build-fix`-Prompt |
15731572
| Refactoring | `refactor`-Prompt |
15741573
| Commit-Nachrichten-Format | Aufgabenspezifische Instruction in `settings.json` |
@@ -1588,7 +1587,7 @@ ECC ist das **erste Plugin, das jedes große KI-Coding-Tool ausreizt**. So vergl
15881587
| Feature | Claude Code | Cursor IDE | Codex CLI | OpenCode | GitHub Copilot |
15891588
|---------|------------|------------|-----------|----------|----------------|
15901589
| **Agents** | 60 | Gemeinsam (AGENTS.md) | Gemeinsam (AGENTS.md) | 12 | Nicht verfügbar |
1591-
| **Commands** | 75 | Gemeinsam | Instruction-basiert | 35 | 6 Prompts |
1590+
| **Commands** | 75 | Gemeinsam | Instruction-basiert | 35 | 5 Prompts |
15921591
| **Skills** | 232 | Gemeinsam | 10 (natives Format) | 37 | Über Instructions |
15931592
| **Hook-Events** | 8 Typen | 15 Typen | Noch keine | 11 Typen | Keine |
15941593
| **Hook-Skripte** | 20+ Skripte | 16 Skripte (DRY-Adapter) | Nicht verfügbar | Plugin-Hooks | Nicht verfügbar |

docs/es/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1215,10 +1215,9 @@ ECC proporciona **soporte para GitHub Copilot** para VS Code mediante el sistema
12151215
| Componente | Archivo | Propósito |
12161216
|------------|---------|-----------|
12171217
| Instrucciones principales | `.github/copilot-instructions.md` | Reglas siempre cargadas: estilo de código, seguridad, pruebas, flujo de git |
1218-
| Configuración de VS Code | `.vscode/settings.json` | Archivos de instrucciones por tarea para generación de código, pruebas, revisión y mensajes de commit |
1218+
| Configuración de VS Code | `.vscode/settings.json` | Archivos de instrucciones por tarea para generación de código, pruebas y mensajes de commit |
12191219
| Prompt de plan | `.github/prompts/plan.prompt.md` | Planificación de implementación por fases |
12201220
| Prompt de TDD | `.github/prompts/tdd.prompt.md` | Ciclo Rojo-Verde-Mejorar |
1221-
| Prompt de revisión de código | `.github/prompts/code-review.prompt.md` | Revisión de calidad y seguridad |
12221221
| Prompt de revisión de seguridad | `.github/prompts/security-review.prompt.md` | Análisis de seguridad profundo alineado con OWASP |
12231222
| Prompt de corrección de build | `.github/prompts/build-fix.prompt.md` | Resolución sistemática de errores de build y CI |
12241223
| Prompt de refactorización | `.github/prompts/refactor.prompt.md` | Limpieza de código muerto y simplificación |
@@ -1231,7 +1230,7 @@ El `.vscode/settings.json` confirmado habilita `chat.promptFiles` para que VS Co
12311230
Para usar los prompts de flujo de trabajo en Copilot Chat:
12321231
1. Abre el panel de Copilot Chat en VS Code.
12331232
2. Haz clic en el icono de **clip / adjuntar** y selecciona **Prompt...**, o escribe `/` y elige un prompt.
1234-
3. Selecciona el prompt (por ejemplo, `plan`, `tdd`, `code-review`).
1233+
3. Selecciona el prompt (por ejemplo, `plan`, `tdd`, `security-review`).
12351234

12361235
---
12371236

@@ -1242,7 +1241,7 @@ ECC es el **primer plugin que maximiza todas las principales herramientas de cod
12421241
| Característica | Claude Code | Cursor IDE | Codex CLI | OpenCode | GitHub Copilot |
12431242
|----------------|-----------------------|------------|-----------|----------|----------------|
12441243
| **Agentes** | 63 | Compartidos (AGENTS.md) | Compartidos (AGENTS.md) | 12 | N/A |
1245-
| **Comandos** | 79 | Compartidos | Basados en instrucciones | 35 | 6 prompts |
1244+
| **Comandos** | 79 | Compartidos | Basados en instrucciones | 35 | 5 prompts |
12461245
| **Skills** | 249 | Compartidas | 10 (formato nativo) | 37 | Mediante instrucciones |
12471246
| **Eventos de Hook** | 8 tipos | 15 tipos | Ninguno aún | 11 tipos | Ninguno |
12481247
| **Scripts de Hook** | 20+ scripts | 16 scripts (adaptador DRY) | N/A | Hooks de plugin | N/A |

0 commit comments

Comments
 (0)