Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

agentic-template

agentic-template 收录了来自 tecnosor 的 14 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
14
Stars
0
更新
2026-05-06
Forks
0
职业覆盖
5 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

gitlab-cli
软件开发工程师

GitLab CLI (glab) skill for GitLab interactions: create and review merge requests, manage issues, inspect pipelines, releases, and repository metadata directly from the terminal. Use whenever you need to interact with GitLab: open an MR, check pipeline status, create issues, list branches, merge MRs, or inspect releases. Keywords: gitlab, glab, MR, merge request, issue, release, pipeline, CI, merge, repo, branches, gitlab cli, gitlab pipelines, gitlab issues.

2026-05-06
kanban-sync
项目管理专家

Manages kanban task creation, movement, and lifecycle across workspace repos. One file per task in kanban/tasks/{ID}.md with YAML frontmatter status field. Supports unlimited parallel DOING tasks, immutable Origin field, correct ID prefixes. Use when creating tickets, updating task status, or checking workflow health. Keywords: kanban, backlog, task, ticket, FEAT, FIX, CHORE, SCOUT, sprint, move task, update status, tarea, tablero, pendiente, en progreso.

2026-05-06
project-status
软件开发工程师

Generates a structured read-only project status report from kanban files and code inspection. Provides health metrics, backlog depth, DOING count, recent completions, and blocked task summary. Does NOT write to kanban files. Use when asked for status, project health, sprint overview, or progress summaries. Keywords: status, health, progress, backlog, overview, metrics, sprint, blocked, report, estado, progreso, salud del proyecto, revisión, informe de estado.

2026-05-04
build-check
软件质量保证分析师与测试员

Validates project build in strict sequential order: install dependencies, lint, compile, unit tests, integration tests. Stops on first failure and reports which step failed. Auto-detects project type (npm, Docker Compose, Terraform). Use before commits, PRs, or when verifying changes compile correctly. Keywords: build, compile, test, lint, verify, CI, npm, docker, terraform, construir, compilar, verificar, validar build.

2026-05-03
code-review
软件质量保证分析师与测试员

Structured code review workflow: architecture boundaries, business logic correctness, test coverage, security, language compliance, and style. Outputs categorized findings as BLOCKING / WARNING / PASS. Read-only — never modifies code. Use when reviewing PRs, auditing existing code, or validating implementation against architecture rules. Keywords: review, code quality, architecture, PR, pull request, clean architecture, DDD, CQRS, boundaries, revisión de código, calidad, arquitectura, pull request.

2026-05-03
compliance-eu
合规官员

EU regulatory compliance checklist covering GDPR (personal data protection), DORA (digital operational resilience), and PSD2 (payment services). Applies conditionally based on repo type — not all regulations apply to all services. Use when reviewing features that handle personal data, financial transactions, or digital payments. Keywords: GDPR, DORA, PSD2, compliance, privacy, audit, personal data, payments, regulation, EU, datos personales, cumplimiento normativo, privacidad, pagos.

2026-05-03
git-flow
软件开发工程师

Enforces Git Flow branch naming and commit message conventions. Use for branch creation, commit messages, PR descriptions, release planning, and hotfix workflows. Validates conventional commits format and git hygiene. Keywords: branch, feature, commit, PR, pull request, merge, release, ticket, hotfix, gitflow, rama, commit, parche, versión, flujo de trabajo.

2026-05-03
github-cli
软件开发工程师

GitHub CLI (gh) skill for all GitHub interactions: create and review PRs, manage issues, view repo info, manage releases, and run CI/CD workflows directly from the terminal. Use whenever you need to interact with GitHub: open a PR, check PR status, create issues, list branches, merge PRs, view CI runs, or set the default branch. Keywords: github, gh, PR, pull request, issue, release, workflow, CI, merge, repo, branches, actions, github cli, github actions, github pr, github issues.

2026-05-03
history-scan
软件开发工程师

Exhaustively inspects a repository's git history, documentation, database migrations, and test files to map completed work into kanban task files (status: done). Normalizes all entries to English. Creates backlog task files for incomplete work. Use when initializing kanban for a repo, onboarding, or auditing past work. Keywords: history, done, completed, git log, migrations, commits, audit, onboarding, initialize kanban, historial, completado, trabajo previo, auditoría.

2026-05-03
lang-enforcer
软件开发工程师

Detects and fixes non-English content in source code, documentation, kanban files, agent files, and skill files. Reports violations as LANG-NNN entries. Auto-fixes comments and documentation after confirmation. Requires explicit confirmation for identifier renames (variable, method, class names). Never modifies i18n files, locales, or translation keys. Bilingual exception: agent/skill description fields may be bilingual for searchability. Keywords: English, language, Spanish, translation, comment, identifier, naming, idioma, inglés, español, comentarios, identificadores, nomenclatura.

2026-05-03
page-component
软件开发工程师

Scaffolds a new Vue 3 page, component, or composable with i18n, accessibility (WCAG 2.1 AA), TypeScript strict, and Tailwind CSS 4. Use when implementing new UI views, reusable components, or shared composables. Keywords: Vue, component, page, composable, i18n, accessibility, a11y, WCAG, TypeScript, Tailwind, scaffold, componente, página, accesibilidad.

2026-05-03
secure-coder
信息安全分析师

BLOCKING security checklist based on OWASP Top 10. Immediately stops task progression if critical violations found (secrets, injections, hardcoded credentials). Checks: no secrets in code, input validation at boundaries, injection prevention, no PII in logs, dependency CVEs, least privilege access. Use before every PR or when reviewing security-sensitive changes. Keywords: security, OWASP, secret, vulnerability, CVE, injection, API key, password, credential, token, PII, seguridad, vulnerabilidad, secreto, inyección, credencial.

2026-05-03
test-driven
软件质量保证分析师与测试员

Enforces TDD practices and test quality standards. Validates naming conventions, AAA structure, test isolation, and coverage minimums. Backend: Vitest. Frontend: Vitest + @vue/test-utils. Use when writing tests, reviewing test quality, or setting up a TDD workflow. Keywords: test, TDD, coverage, vitest, unit test, integration test, mock, prueba, cobertura, prueba unitaria, test-driven, AAA, arrange-act-assert.

2026-05-03
vertical-slice
软件开发工程师

Scaffolds a new CQRS command or query following the Vertical Slice pattern with handler, result, and test. TypeScript / Node.js version. Generates all files for a feature slice in src/application/features/. Use when implementing a new use case, feature, or business operation. Keywords: vertical slice, command, query, CQRS, handler, feature, use case, scaffold, vertical slice, comando, consulta, caso de uso.

2026-05-03