Skip to content

Latest commit

 

History

History
200 lines (143 loc) · 6.87 KB

File metadata and controls

200 lines (143 loc) · 6.87 KB

Generated Examples

These examples are created with the Skillpack Forge CLI so the checked-in files match real command output.

For a use-case oriented view, see the automation skillpack gallery.

Automation

Source manifest:

Generated files:

Regenerate:

npx skillpack-forge@latest new automation examples/generated/automation --force
npx skillpack-forge@latest compile examples/generated/automation

Browser Automation

Source manifest:

Generated files:

Regenerate:

npx skillpack-forge@latest new browser-automation examples/generated/browser-automation --force
npx skillpack-forge@latest compile examples/generated/browser-automation

Playwright Browser

Source manifest:

Generated files:

Regenerate:

npx skillpack-forge@latest new playwright-browser examples/generated/playwright-browser --force
npx skillpack-forge@latest compile examples/generated/playwright-browser

Test Automation

Source manifest:

Generated files:

Regenerate:

npx skillpack-forge@latest new test-automation examples/generated/test-automation --force
npx skillpack-forge@latest compile examples/generated/test-automation

CI Triage

Source manifest:

Generated files:

Regenerate:

npx skillpack-forge@latest new ci-triage examples/generated/ci-triage --force
npx skillpack-forge@latest compile examples/generated/ci-triage

Release Automation

Regenerate:

npx skillpack-forge@latest new release-automation examples/generated/release-automation --force
npx skillpack-forge@latest compile examples/generated/release-automation

Docs Automation

Regenerate:

npx skillpack-forge@latest new docs-automation examples/generated/docs-automation --force
npx skillpack-forge@latest compile examples/generated/docs-automation

Ops Automation

Regenerate:

npx skillpack-forge@latest new ops-automation examples/generated/ops-automation --force
npx skillpack-forge@latest compile examples/generated/ops-automation

Data Automation

Regenerate:

npx skillpack-forge@latest new data-automation examples/generated/data-automation --force
npx skillpack-forge@latest compile examples/generated/data-automation

Data Pipeline

Regenerate:

npx skillpack-forge@latest new data-pipeline examples/generated/data-pipeline --force
npx skillpack-forge@latest compile examples/generated/data-pipeline