releasing-versions
Preparar lançamentos de software com validação
Gerenciar lançamentos de software requer seguir muitas etapas corretamente. Esta skill fornece um fluxo de trabalho estruturado em 8 fases para validar testes, atualizar versões, verificar documentação e preparar commits git para lançamentos seguros.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"releasing-versions" 사용 중입니다. Prepare release v2.9.0 using the releasing-versions skill
예상 결과:
- Release Prepared: v2.9.0
- Pre-Release Checks: All tasks complete, Tests: 127 passed, Coverage: 85%, Security: Clean
- Documentation: CHANGELOG updated, README current, FEATURE_MATRIX updated
- Build: Package built successfully, Installs cleanly, Version verified
- Ready to Release: git push origin main && git push origin v2.9.0
"releasing-versions" 사용 중입니다. Run pre-release validation for version 1.5.2
예상 결과:
- Pre-Release Validation Results
- Sprint Tasks: All complete
- Tests: 89 passed, Coverage: 92% (meets 80% threshold)
- Security: No secrets detected, 2 medium vulnerabilities found (warning only)
- Documentation: All files current (modified within 7 days)
"releasing-versions" 사용 중입니다. Help me bump version from 2.8.0 to 2.9.0
예상 결과:
- Files to update: pyproject.toml, __init__.py, capabilities.yaml, config.yaml
- Version format: X.Y.Z (without v prefix in files, v prefix for git tags)
- After updating, run: git commit -m "Release v2.9.0" && git tag -a "v2.9.0" -m "Release v2.9.0"
보안 감사
안전This skill is pure documentation (SKILL.md) with no executable code. Static findings are false positives: the analyzer misidentified markdown code blocks as Ruby/shell backticks and misinterpreted version-related field names as cryptographic algorithms. No scripts, network calls, or file operations exist in this skill.
위험 요인
🌐 네트워크 접근 (1)
📁 파일 시스템 액세스 (2)
⚙️ 외부 명령어 (41)
품질 점수
만들 수 있는 것
Processo de Lançamento Padronizado
Siga procedimentos de lançamento consistentes em todos os lançamentos com portões de validação integrados e verificações de segurança.
Gerenciamento de Versões
Atualize automaticamente strings de versão em pyproject.toml, __init__.py e arquivos de configuração de forma sistemática.
Validação Pré-Lançamento
Verifique se os testes passam, a cobertura atinge as metas e não existem secrets antes de lançar para produção.
이 프롬프트를 사용해 보세요
Use the releasing-versions skill to prepare release v{version}. Start from Phase 1 and validate everything.Help me bump the version from {current_version} to {new_version} using the releasing-versions workflow.Run the pre-release validation phase from releasing-versions. Check tests, coverage, and security scans.
Prepare a complete release using all 8 phases of the releasing-versions skill. Show me the summary report.
모범 사례
- Execute o fluxo de trabalho completo de 8 fases sequencialmente sem pular etapas de validação
- Revise cuidadosamente os resultados da varredura de segurança antes de prosseguir para operações git
- Sempre confirme os comandos git push manualmente antes de executá-los
피하기
- Pular a validação pré-lançamento para acelerar o processo de lançamento
- Prosseguir com o lançamento quando os testes falharem ou a cobertura estiver abaixo do limite
- Não revisar avisos de documentação desatualizada antes de fazer commit