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

tarsy

tarsy 收录了来自 codeready-toolchain 的 7 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
7
Stars
7
更新
2026-07-22
Forks
5
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

example-skill
软件质量保证分析师与测试员

Example skill for config viewer e2e coverage.

2026-07-22
db-migration-review
数据库架构师

Review and clean up auto-generated database migration files after running make migrate-create. Identifies and removes unrelated Atlas schema drift such as dropped partial indexes, no-op index recreations, and other operations not related to the intended migration. Use when creating database migrations, running make migrate-create, or reviewing .up.sql files.

2026-03-25
golang-testing-patterns
软件质量保证分析师与测试员

Modern Go testing patterns including table-driven tests, subtests, test organization, and best practices. Use when writing or refactoring tests, implementing test coverage, or when the user asks about Go testing approaches.

2026-03-18
kubernetes-basics
网络与计算机系统管理员

Core Kubernetes concepts including pods, deployments, services, and common troubleshooting patterns.

2026-03-18
networking
网络与计算机系统管理员

Network troubleshooting skills including DNS resolution, TCP connectivity, and packet analysis.

2026-03-18
golang-context-patterns
软件开发工程师

Context usage patterns for Go including cancellation, timeouts, deadlines, and database transactions. Use when handling HTTP requests, database operations, or implementing cancellation and timeout logic.

2026-03-04
golang-error-handling
软件开发工程师

Error handling patterns for Go including error wrapping, custom errors, sentinel errors, and error checking best practices. Use when implementing error handling, defining error types, or working with error flows.

2026-03-04