Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问clear审计未展示

build-quality-gates打造品质之门

Agent Skill

build-quality-gates 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

326

周安装

14

GitHub Stars

公开资料未说明

下载量

114
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:build-quality-gates(打造品质之门)
来源仓库:https://github.com/zpankz/mcp-skillset
仓库路径:skills/build-quality-gates
安装命令:
npx skills add zpankz/mcp-skillset --skill "build-quality-gates"
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

AgentSkills.tonpx skills
npx skills add zpankz/mcp-skillset --skill "build-quality-gates"

简介

build-quality-gates 用于发现并安装 AI 代理所需的各类技能。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 等平台扩展智能体能力。
  • 根据关键词或场景线索快速定位并部署候选技能模块。
  • 安装前应核查技能是否兼容当前宿主及所需系统权限。
  • 建议结合官方仓库说明文档确认功能细节与依赖项。

SKILL.md

name
build-quality-gates title: Build Quality Gates Implementation description: | Systematic methodology for implementing comprehensive build quality gates using BAIME framework. Achieved 98% error coverage with 17.4s detection time, reducing CI failures from 40% to 5%.
category
engineering-quality tags:
prerequisites
estimated_time
5-15 minutes setup, 2-4 hours full implementation difficulty: intermediate impact: high validated: true
check-workspace
check-temp-files check-fixtures check-deps
check-temp-files
check-fixtures
check-deps
pre-commit
check-workspace fmt lint test-short
check-scripts
check-debug
check-imports
check-workspace-full
check-workspace check-scripts check-debug check-imports
ci
check-workspace-full test-all build-all
check-parallel
name
Quality Gates
on
[push, pull_request]
jobs
quality
runs-on
ubuntu-latest
steps
run
|
run
make ci
uses
codecov/codecov-action@v3
check-workspace
check-temp-files check-fixtures check-deps
check-quality
check-workspace check-scripts check-imports check-debug
check-full
check-quality check-security check-performance
dev
fmt build
pre-commit
check-workspace test-short
all
check-quality test-full build-all
ci
check-full test-all build-all verify
check-parallel
check-incremental
check-fast
run
timeout
5m
tests
true
linters-settings
goimports
local-prefixes
github.com/yale/h
govet
check-shadowing
true
golint
min-confidence
0.8
linters
enable
name
Quality Gates
on
push
branches
[main, develop]
pull_request
branches
[main]
jobs
quality-check
runs-on
ubuntu-latest
steps
uses
actions/checkout@v4
uses
actions/setup-go@v4
with
go-version
1.21
uses
actions/cache@v3
with
path
~/go/pkg/mod
key
${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
run
|
run
make ci
uses
codecov/codecov-action@v3
with
file
./coverage.out
quality-gates
stage
test
image
golang:1.21
cache
paths
before_script
script
artifacts
reports
junit
test-results.xml
coverage_report
coverage_format
cobertura
path
coverage.xml
only
run
make ci
check-language-specific
test-quality-gates
benchmark-quality-gates
test-ci-integration
check-parallel
check-incremental
check-fast
check-tool-versions
check-workspace
check-workspace
check-temp-files check-fixtures check-deps
check-python
black --check . isort --check-only . flake8 . mypy .
check-security
safety check bandit -r .
check-performance
pytest --benchmark-only
check-go
check-js
check-python
check-all
check-go check-js check-python
name
Build and Test
on
[push, pull_request]
jobs
quality
runs-on
ubuntu-latest
steps
run
|
run
make ci
run
make build
run
make test-with-coverage
uses
codecov/codecov-action@v3
check-api-contracts
check-db-schema
check-performance-regression
check-integration
check-deployment
run
timeout
5m
version
1.64.8
golang
1.21 \
generate-quality-report
collect-feedback
review-quality-gates

Quick Start Checklist

Setup Checklist

Phase 1: Foundation (Day 1)

  • Analyze historical errors (last 20-50 CI failures)
  • Calculate baseline V_instance
  • Create scripts/ directory
  • Implement check-temp-files.sh
  • Implement check-deps.sh
  • Add basic Makefile targets
  • Test P0 checks (<10 seconds)

Phase 2: Enhancement (Day 2)

  • Add language-specific checks
  • Implement check-scripts.sh
  • Add debug statement detection
  • Create comprehensive workflow targets
  • Integrate with CI/CD pipeline
  • Test end-to-end functionality
  • Document team workflow

Phase 3: Optimization (Day 3)

  • Add advanced quality checks
  • Optimize performance (target <60 seconds)
  • Set up metrics collection
  • Train team on new workflow
  • Monitor initial results
  • Plan continuous improvement

Validation Checklist

Before Rollout:

  • V_instance ≥ 0.85
  • V_meta ≥ 0.80
  • Error coverage ≥ 80%
  • Detection time ≤ 60 seconds
  • All historical errors detected
  • CI/CD integration working
  • Team documentation complete

After Rollout (1 week):

  • Monitor CI failure rate (target: <10%)
  • Collect team feedback
  • Measure developer satisfaction
  • Track performance metrics
  • Address any issues found

Continuous Improvement (monthly):

  • Review quality metrics
  • Update error patterns
  • Optimize performance
  • Expand coverage as needed
  • Maintain tool chain compatibility

Troubleshooting

Common Issues

1. Quality gates too slow:

  • Check for redundant checks
  • Implement parallel execution
  • Use caching for expensive operations
  • Consider incremental checks

2. Too many false positives:

  • Review exception patterns
  • Add project-specific exclusions
  • Fine-tune check sensitivity
  • Gather specific examples of false positives

3. Team resistance:

  • Start with warnings, not errors
  • Provide clear fix instructions
  • Demonstrate time savings
  • Make tools easy to install

4. Tool version conflicts:

  • Use Docker for consistent environments
  • Pin tool versions in configuration
  • Use version managers (asdf, nvm)
  • Document exact versions required

Getting Help

Resources:

  • Review the complete BAIME experiment documentation
  • Check the specific iteration results for detailed implementation notes
  • Use the provided script templates as starting points
  • Monitor metrics to identify areas for improvement

Community:

  • Share your implementation results
  • Contribute back improvements to the methodology
  • Document language-specific adaptations
  • Help others avoid common pitfalls

Ready to transform your build quality? Start with Phase 1 and experience the dramatic improvements in development efficiency and code quality that systematic quality gates can provide.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenCode

28.32%
按下载量换算32

Claude Code

20.62%
按下载量换算24

windsurf

17.22%
按下载量换算20

Codex

12.12%
按下载量换算14

kiro-cli

6.96%
按下载量换算8

mcpjam

3.42%
按下载量换算4

安全审计

暂无安全审计结果可展示。

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add zpankz/mcp-skillset --skill "build-quality-gates" 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills