Files
github-copilot/.github/hooks
ВяткинАртём e5dc08987d feat: Add new agents and skills for Docker, TestLink, and OpenWrt
- Introduced "Docker Build & Test Engineer" agent for building and testing Docker images.
- Added "TestLink Autotest Engineer" agent for generating and verifying autotests from TestLink cases.
- Created "Branch Review Engineer" agent for reviewing branch diffs and proposing improvements.
- Developed "OpenWrt VPN & Network Engineer" agent for designing and implementing OpenWrt networking with VPN.
- Established a structured directory for agents, skills, prompts, instructions, and hooks under `.github/`.
- Implemented detailed skills for branch review processes, including reading code, analyzing improvements, and applying changes.
- Added skills for OpenWrt network discovery, VPN routing, and hardening.
- Created README files for better documentation and navigation of the repository structure.
2026-04-08 09:47:18 +03:00
..

Hooks

Place deterministic Copilot hooks here as JSON files.

Suggested Files

  • pretool-guard.json - optional guardrails before tool execution
  • posttool-format.json - optional formatting/lint checks after edits
  • session-context.json - optional context injection at session start

Notes

  • Hooks are enforcement/automation, not guidance text.
  • Keep commands idempotent and fast.
  • Avoid destructive shell commands in hook actions.