plugins/utils/skills/aiwg-regenerate-copilot/SKILL.md
Regenerate copilot-instructions.md for GitHub Copilot with vendor-specific content only
npx skillsauth add jmagly/aiwg aiwg-regenerate-copilotInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Regenerate the .github/copilot-instructions.md file for GitHub Copilot integration, analyzing current project state while preserving team directives and organizational requirements.
Hook file approach (default): Generates AIWG-copilot.md and adds @AIWG-copilot.md directive to copilot-instructions.md if @-link is supported. Note: Copilot @-link support is unverified — defaults to full inject until confirmed (see #444).
Full inject (--full-inject): Embeds AIWG content inline with AIWG markers.
Vendor-specific filtering: This command includes ONLY GitHub Copilot patterns and agent references, reducing context pollution. Other vendor content is referenced but not inlined.
Team content is preserved. AIWG content is updated. Only Copilot-specific content is inlined.
| Flag | Description |
|------|-------------|
| --no-backup | Skip creating backup file |
| --dry-run | Preview changes without writing |
| --show-preserved | List all detected preserved content and exit |
| --full | Full regeneration, preserve nothing (destructive) |
Unless --no-backup specified:
.github/copilot-instructions.md exists.github/copilot-instructions.md.backup-{YYYYMMDD-HHMMSS}Same preservation patterns as other platforms:
<!-- PRESERVE --> ... <!-- /PRESERVE -->.github/workflows/).github/agents/ configurationCheck installed frameworks by scanning:
.github/agents/ for custom agents (YAML format).github/copilot/ for Copilot configuration.github/workflows/ for CI/CD workflowsRead registry for framework versions.
Document Structure:
# GitHub Copilot Instructions
Project instructions for GitHub Copilot AI assistance.
## Project Overview
{Description from README.md or package.json}
## Tech Stack
- **Language**: {detected languages}
- **Framework**: {detected frameworks}
- **Package Manager**: {npm/yarn/pnpm/etc.}
## Development Commands
| Command | Description |
|---------|-------------|
| `npm install` | Install dependencies |
| `npm run build` | Build project |
| `npm test` | Run tests |
## Project Structure
src/ → Source code test/ → Test files docs/ → Documentation .github/ → GitHub configuration
## Code Conventions
{Project-specific conventions}
---
## Team Directives
<!-- PRESERVED SECTION -->
{ALL PRESERVED CONTENT}
<!-- /PRESERVED SECTION -->
---
## AIWG Framework Integration
This project uses AIWG SDLC framework with GitHub Copilot.
### Custom Agents
**Agents are deployed to `.github/agents/` as YAML files.**
Invoke via @-mention in Copilot Chat:
```text
@architecture-designer Design system architecture for authentication
@security-architect Review security implementation
@test-engineer Generate comprehensive test suite
@code-reviewer Review pull request for quality
Available agents:
architecture-designer - System architecture and technical decisionssecurity-architect - Security design and threat modelingtest-engineer - Test suite creation and strategycode-reviewer - Code quality and security reviewdevops-engineer - CI/CD and deployment automationproject-manager - Project planning and trackingFull agent catalog: .github/agents/ or @~/.local/share/ai-writing-guide/agentic/code/frameworks/sdlc-complete/agents/
For automated issue resolution:
Request AIWG workflows using natural language in Copilot Chat:
| Request | Maps To | |---------|---------| | "run security review" | flow-security-review-cycle | | "check project status" | project-status | | "transition to elaboration" | flow-inception-to-elaboration | | "start iteration 2" | flow-iteration-dual-track | | "generate tests for auth" | generate-tests + test-engineer | | "review this PR" | pr-review + code-reviewer |
Full workflow patterns: @~/.local/share/ai-writing-guide/agentic/code/frameworks/sdlc-complete/docs/simple-language-translations.md
{If .aiwg/ exists:}
| Category | Location | |----------|----------| | Requirements | @.aiwg/requirements/ | | Architecture | @.aiwg/architecture/ | | Planning | @.aiwg/planning/ | | Testing | @.aiwg/testing/ | | Security | @.aiwg/security/ |
AIWG Installation: ~/.local/share/ai-writing-guide/
Framework Documentation:
Core References:
Multi-vendor setup?
### Step 6: Write Output
**If `--dry-run`:** Display content, do not write.
**Otherwise:**
1. Ensure `.github/` directory exists
2. Write to `.github/copilot-instructions.md`
3. Report summary
Backup: .github/copilot-instructions.md.backup-20260113-153512
Team Content Preserved: ✓ Team Directives (2 sections, 15 lines)
AIWG Content Updated: ✓ Project overview and structure ✓ Copilot agent references (6 listed) ✓ Natural language workflow mappings ✓ Full references included
Vendor-Specific Filtering: ✓ Only Copilot patterns inlined ✓ Other vendors referenced for multi-vendor setups ✓ Context size optimized: 234 lines
Output: .github/copilot-instructions.md (234 lines)
## Vendor-Specific Filtering Rules
**INCLUDE (inline in copilot-instructions.md):**
- GitHub Copilot agent references (YAML in .github/agents/)
- Natural language workflow patterns
- Copilot Chat @-mention examples
- GitHub Actions integration notes
- Issue-to-PR automation patterns
**EXCLUDE (reference only, don't inline):**
- Claude Code slash commands
- Cursor-specific rule syntax
- Warp terminal commands
- Factory droid definitions
- Platform-specific command formats
**REFERENCE (link to, don't detail):**
- Full workflow catalog
- Full agent catalog
- Other vendor context files
- Framework documentation
**Target size:** 200-350 lines (excluding team content)
## Examples
```bash
# Regenerate copilot-instructions.md
/aiwg-regenerate-copilot
# Preview changes
/aiwg-regenerate-copilot --dry-run
# Check preserved content
/aiwg-regenerate-copilot --show-preserved
# Full regeneration
/aiwg-regenerate-copilot --full
| Command | Regenerates |
|---------|-------------|
| /aiwg-regenerate-claude | CLAUDE.md (Claude Code) |
| /aiwg-regenerate-copilot | copilot-instructions.md (GitHub Copilot) |
| /aiwg-regenerate-cursorrules | .cursorrules (Cursor) |
| /aiwg-regenerate-windsurfrules | .windsurfrules (Windsurf) |
| /aiwg-regenerate-warp | WARP.md (Warp Terminal) |
| /aiwg-regenerate-factory | .factory/README.md (Factory AI) |
| /aiwg-regenerate-agents | AGENTS.md (Multi-vendor) |
| /aiwg-regenerate | Auto-detect vendor |
data-ai
Report which research-corpus radar sidecars are overdue for refresh. Computes staleness (days since last refresh vs the cadence window) for every radar, sorted most-overdue-first. Runs via `aiwg corpus radar-status`.
data-ai
Aggregate research-corpus radar sidecars into a corpus or per-cluster freshness report — totals, overdue count, per-cluster / per-GRADE / per-trajectory breakdowns, an overdue table, and per-radar rationale snippets. Runs via `aiwg corpus radar-report`.
testing
Scaffold radar/freshness sidecars for research-corpus REFs. Pulls title/authors from the citation sidecar and GRADE from the analysis doc, defaults the refresh cadence from GRADE and the cluster from a corpus-local map, and stamps documentation/radar/REF-XXX-radar.md. Runs via `aiwg corpus radar-init`.
data-ai
Compute an entity's publication trajectory — per-year paper counts, topic drift, hot-streak detection (≥3 consecutive A-grade years), and career phase. Runs via `aiwg corpus profile-temporal`.