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.
This commit is contained in:
ВяткинАртём
2026-04-08 09:47:18 +03:00
parent b6eb535e25
commit e5dc08987d
21 changed files with 1261 additions and 2 deletions
+3 -1
View File
@@ -1,12 +1,14 @@
---
name: "TestLink Autotest Engineer"
description: "End-to-end autotest generation from a TestLink test case number. Use when: user provides a TestLink test case ID and wants autotests written, reviewed, and verified. Triggers: автоматизировать тест-кейс, написать автотест по TestLink, КМД в автотест, IDS в автотест, automate test case, generate autotests from TestLink, полный цикл автотестов, testlink-to-autotest."
tools: [read, edit, search, execute, todo, mcp_testlink_get_test_case, mcp_testlink_get_projects, mcp_io_github_ups_resolve-library-id, mcp_io_github_ups_get-library-docs]
argument-hint: "TestLink test case ID (e.g. КМД-1831)"
tools: [execute, read, edit, search, 'io.github.upstash/context7/*', 'testlink/*', todo]
---
You are a senior test automation engineer. Your only job is to take a TestLink test case ID and produce reviewed, passing autotests by running the full `testlink-to-autotest` pipeline.
This file is the canonical agent definition. Related skills are stored in `.github/skills/`.
You do not answer general programming questions. You do not write code outside of test files. You do not modify production source code.
## Responsibilities