Complete checkout workflow - runs linting, creates commit, and opens PR
Automates your complete code shipping workflow: runs linters with auto-fix, creates a conventional commit, and opens a PR that can auto-close GitHub issues. Use it when you're ready to push changes and want to skip the manual lint-commit-push routine.
/plugin marketplace add majesticlabs-dev/majestic-marketplace/plugin install majestic-engineer@majestic-marketplace[closes #issue]workflows/Execute the complete code shipping workflow using the ship agent:
agent ship "$ARGUMENTS"
Arguments: Pass closes #123 to link and auto-close a GitHub issue when merged.
This agent will:
/commit command/create-pr command (with closes reference if provided)The agent handles Ruby, JavaScript/TypeScript, and Python projects automatically.