Quick Fixes

Use when working with a process for making a quick single feature fix or improvement and deploying it to the production environment. Use anytime the user asks to for any improvements or fixes.

tomevault-io Updated

File contents

Steps to deploy a quick improvement:

  1. Make sure you understand the issue
  • If uncertain, talk to the user to understand the issue and what they want to achieve.
  1. Find a solution
  • What's the best way to make the change?
  1. Make the change
  • Make the change in the codebase.
  1. Update storybook
  • Update storybook if necessary
  1. Test the change
  • If you have made testable changes that are available in storybook, test them with agent-browser
  1. Update docs
  • Update llm documentation if necessary
  • Update human docs if necessary
  1. Prep for deployment
  • Update CHANGELOG.md if necessary
  • Bump the version in package.json
  1. Create a pull request
  • Create a pull request to the main branch
  • Assign the pull request to the user
  • Give a direct link to the pull request

Converted and distributed by TomeVault — claim your Tome and manage your conversions.

tomevault-io/skills-registry/tree/main/neynarxyz--ui--quick-fixes commit 52c744e652

Frequently asked questions

npx skillmds@latest add tomevault-io/quick-fixes