🚀 Copilot Workflow Starter v1.0.0
A drop-in .github/ configuration that turns GitHub Copilot into a structured,
ticket-driven dev assistant — no application source, just pure Copilot customization.
What's included
- 📜 Instructions —
typescript.instructions.mdwith strict typing and async error-handling rules (auto-applied to**/*.{ts,tsx}) - 🛠️ Skills —
code-review/SKILL.mdauto-matched on review/PR phrases - ⚡ Prompts —
implement-feature.prompt.mdfor scoped one-shot feature work - 🤖 Agents —
implement-from-ticket.agent.mdfor end-to-end ticket delivery (parse → map → plan → implement → test → verify) - 🪝 Hooks —
security.jsonPreToolUse hook that blocks dangerous terminal commands before execution
Template scaffolding
Every layer ships a template.* starter file so you can extend the workflow without guessing the schema:
template.instructions.md,template.prompt.md,template.agent.mdtemplate-skill/SKILL.md,template.hook.json,template-hook.sh
Quick start
# 1. Copy .github/ into your repo root
# 2. Fill in copilot-instructions.md with your stack
# 3. Make hook scripts executable
chmod +x .github/hooks/scripts/*.sh