deploy

Automates the complete deployment workflow for pushing changes to production.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "deploy" with this command: npx skills add bselee/murp/bselee-murp-deploy

Deploy to Main

Automates the complete deployment workflow for pushing changes to production.

Workflow

  • Build: Run npm run build to ensure no compilation errors

  • Status Check: Check git status for uncommitted changes

  • Commit: Commit changes with a descriptive message

  • Deploy: Push directly to main to trigger production deployment

  • Confirm: Provide deployment status

Commands

Build project

npm run build

Check status

git status git log --oneline -3

Commit (if changes exist)

git add -A git commit -m "chore: <descriptive message>"

Push directly to main

git push origin main

When to Use

  • "deploy to main"

  • "push changes to production"

  • "deploy these changes"

  • "/deploy"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

code-review

No summary provided by upstream source.

Repository SourceNeeds Review
General

connect

No summary provided by upstream source.

Repository SourceNeeds Review
Security

security-review

No summary provided by upstream source.

Repository SourceNeeds Review