Deploy
01leihuang830102-hash/Opencode-Howto
Command
A command for deploying an application to a production or pre-production environment. Pre-production is an environment used to check a release before real users receive it.
Follow the idea of Claude-Code Howto, make a tutorial for opencode for training purpose
leihuang830102-hash/Opencode-Howto
Command
A command for deploying an application to a production or pre-production environment. Pre-production is an environment used to check a release before real users receive it.
leihuang830102-hash/Opencode-Howto
Command
A structured command for handling production incidents. It creates an incident record, assesses severity and impact, gathers diagnosis, coordinates response, and schedules a post-mortem, which is a review after the problem is resolved.
leihuang830102-hash/Opencode-Howto
Command
A deployment command for returning a project to an earlier stable version.
leihuang830102-hash/Opencode-Howto
Command
A command that checks the overall health of a software system. It examines running pods, database connections, monitoring API response times, errors, and resource use.
leihuang830102-hash/Opencode-Howto
Command
A command that creates Markdown documentation from source code for an API. An API is an interface that lets software systems communicate through defined requests and responses.
leihuang830102-hash/Opencode-Howto
Command
A command for keeping documentation aligned with code changes.
leihuang830102-hash/Opencode-Howto
Command
A documentation checker that reviews whether technical documentation is complete, accurate, usable, and consistent with the code.
leihuang830102-hash/Opencode-Howto
Command
A command for reviewing code changes with a focus on security issues such as access control, exposed data, injection flaws, encryption, and sensitive logs.
leihuang830102-hash/Opencode-Howto
Command
A command that checks test coverage, meaning which parts of the code are exercised by tests, and reviews the quality of those tests.
leihuang830102-hash/Opencode-Howto
Command
A pull request review covering security, tests, documentation, code quality, and performance. A pull request is a proposed change submitted for review before it is merged.