Skip to content

v1.0.0 — Copilot Workflow Starter

Latest

Choose a tag to compare

@akhildev-mj akhildev-mj released this 26 Apr 09:17

🚀 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

  • 📜 Instructionstypescript.instructions.md with strict typing and async error-handling rules (auto-applied to **/*.{ts,tsx})
  • 🛠️ Skillscode-review/SKILL.md auto-matched on review/PR phrases
  • ⚡ Promptsimplement-feature.prompt.md for scoped one-shot feature work
  • 🤖 Agentsimplement-from-ticket.agent.md for end-to-end ticket delivery (parse → map → plan → implement → test → verify)
  • 🪝 Hookssecurity.json PreToolUse 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.md
  • template-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