publish-changes

Solid

Commit work, push a branch, and open a pull request with an accurate description.

AI & Automation 58 stars 3 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 81/100

Stars 20%
59
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
78
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Publish Changes Get finished work onto a branch and into a pull request. ## Before committing Committing and pushing are the user's call. Do them when asked, not because the work looks done. Check the current branch first. If it is the default branch, create a new one instead of committing to it. Review what is actually staged. Never `git add -A` over a tree you have not looked at — stray artifacts, local config, and secrets get committed that way. Stage the files you changed on purpose. ## The commit Write a message that says what changed and why, in the style already used in the repository's history. Match its existing conventions rather than importing your own. Do not skip hooks or bypass signing. If a hook fails, fix what it caught. ## The pull request The description should let a reviewer understand the change without reading every line of the diff: what it does, why, and anything that needs a decision. Note what you did not do — deliberate omissions, follow-ups, known gaps. Do not describe tests as passing unless you ran them and saw them pass. If something is unverified, say which part and why. When the user asked you to publish the finished work, that authorizes the commit, push, and draft PR described by this workflow. Ask only when the branch, included changes, target repository/base, or PR content is materially ambiguous. Read the created PR back after opening it and verify its head, base, title, and URL. ## After Report the branch name and the PR U...

Details

Author
SDSLeon
Repository
SDSLeon/lightcode
Created
4 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category