Publishing Guide
Description
This project distributes the Spec-Flow CLI to both npm and GitHub Packages so the repository no longer shows "No packages published".
Installation
claude install-skill https://github.com/marcusgoll/Spec-Flow README
Publishing Guide
This project distributes the Spec-Flow CLI to both npm and GitHub Packages so the repository no longer shows "No packages published".
Prerequisites
- undefined
Automated release (recommended)
- undefined
Manual publishing (fallback)
If you ever need to publish outside of the workflow:
# npm (requires an npm token configured locally)
npm publish --access public
# GitHub Packages
GITHUB_REPOSITORY_OWNER=marcusgoll node scripts/prepare-github-package.cjs
cd dist/github-package
npm publish --access public --registry https://npm.pkg.github.com
Remember to avoid republishing an existing version. Increment `package.json` if a release fails midway.
Related Skills
Webapp Testing
When testing local web applications or verifying UI behaviorTest local web applications using Playwright for UI verification and debugging
Testing official #29
, [#52](https://github.com/affaan-m/everything-claude-code/issues/52), [#103](https://github.com/affaan-m/everything-claude-code/issues/103)). The behavior changed between Claude Code versions, leading to confusion. We now have a regression test to prevent this from being reintroduced.
Testing community Webapp 测试
使用 Playwright 测试本地 Web 应用,验证前端功能并捕捉截图。
Testing community Fix Issue
by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing solution, and testing/validating the fix for proper integration.
Testing community Pypict Test Design
Design comprehensive test cases using PICT (Pairwise Independent Combinatorial Testing) for optimized test suites
Testing community Composio Testim
Manage Testim test automation
Testing community