Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentAvançado

{Project Name} — Copilot Instructions

porgithub·github· v1.0.0 · atualizado em 2026-04-10
80
Score

Set up complete GitHub Copilot configuration for a new project based on technology stack

github-copilotcode-generationproject-setupconfiguration-managementdevopscoding-standardsgithub-actions
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdgithub-copilot-starter/workflow
Describe PR conventions, branch naming, and commit style
Reference specific instruction files for detailed standards:
Language guidelines: `.github/instructions/{language}.instructions.md`
Testing: `.github/instructions/testing.instructions.md`
Security: `.github/instructions/security.instructions.md`
Documentation: `.github/instructions/documentation.instructions.md`
Performance: `.github/instructions/performance.instructions.md`
Code review: `.github/instructions/code-review.instructions.md`
```
### 2. `.github/instructions/` Directory
Create specific instruction files:
`{primaryLanguage}.instructions.md` - Language-specific guidelines
`testing.instructions.md` - Testing standards and practices
`documentation.instructions.md` - Documentation requirements
`security.instructions.md` - Security best practices
`performance.instructions.md` - Performance optimization guidelines
`code-review.instructions.md` - Code review standards and GitHub review guidelines
### 3. `.github/skills/` Directory
Create reusable skills as self-contained folders:
`setup-component/SKILL.md` - Component/module creation
`write-tests/SKILL.md` - Test generation
`code-review/SKILL.md` - Code review assistance
`refactor-code/SKILL.md` - Code refactoring
`generate-docs/SKILL.md` - Documentation generation
`debug-issue/SKILL.md` - Debugging assistance
### 4. `.github/agents/` Directory
Always create these 4 agents:
`software-engineer.agent.md`
`architect.agent.md`
`reviewer.agent.md`
`debugger.agent.md`
For each, fetch the most specific match from awesome-copilot agents. If none exists, use the generic template.
**Agent Attribution**: When using content from awesome-copilot agents, add attribution comments:
```markdown
<!-- Based on/Inspired by: https://github.com/github/awesome-copilot/blob/main/agents/[filename].agent.md -->
```
### 5. `.github/workflows/` Directory (only if user uses GitHub Actions)
Skip this section entirely if the user answered "no" to GitHub Actions.
Create Coding Agent workflow file:
`copilot-setup-steps.yml` - GitHub Actions workflow for Coding Agent environment setup
**CRITICAL**: The workflow MUST follow this exact structure:
Job name MUST be `copilot-setup-steps`
Include proper triggers (workflow_dispatch, push, pull_request on the workflow file)
Set appropriate permissions (minimum required)
Customize steps based on the technology stack provided

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aCode Reviewer
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
94
Similar aGit Diff Parser
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
86
Similar aREST API Builder
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
90
Co-executedREST API Builder
50%
Hebbian Synapse
Composite0.501
w = 0.3·α + 0.5·β + 0.2·γ
90

Árvore do Skill

{Project Name} — Copilot Instructions
github-copilot-starter
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.HYPOTHESIZE
4.ACT
5.REFLECT
Triggers8
setup GitHub Copilot for a new projectconfigure Copilot based on tech stackcreate Copilot instructions for a repositorygenerate Copilot configuration filesinitialize Copilot for a web applicationconfigure Copilot for a backend projectcreate Copilot agentssetup coding agent workflow

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança49%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download github-copilot-starter
$ synaptic skills detail github-copilot-starter
$ synaptic skills live github-copilot-starter

Links

GitHub Repository