agentsclimarketplace

Gjalla prepare commit

Skill gjalla/engineering/skills/gjalla-prepare-commit

Make sure your code is ready to commit, then stage changes into clean, atomic commit. Use before committing.From its SKILL.md

Install
npx -y skills add gjalla/engineering --skill gjalla-prepare-commit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.7 KB, 359 tokens by cl100k_base, as published. Nobody here has run it

Make your changes commit-ready

Turn a working change into a committable change that reviewers and future readers can trust.

1. Review what you implemented

  • Are all verification criteria and expected outcomes met?
  • Is the implementation complete (no dummy data or placeholder stubs left)?
  • Are all of the gjalla rules met?
  • Does this elegantly build on top of / within the existing state/architecture/properties?
  • Does it match the plan / gjalla spec?
  • Are positive, negative, and edge cases saliently tested?

2. Make a commit plan

  • One logical change per commit. If the diff does two unrelated things, don't be afraid to split it (git add -p).
  • Ensure you're committing to the right branch and/or following the expected branching strategy.
  • Prepare what you will report to git (description of the lines of code that are changing) and to gjalla (via attestation - properties of the system that have changed, including a reference to the gjalla spec)
  • Ensure gjalla git hooks are in place already. If they're not, your attestation and spec will not get sync'd into the master source of truth.

3. Commit

  • Write your gjalla attestation. gjalla attest --example will show you the format, make sure to view the full output (do not run the command and pipe it 2>/dev/null for example)
  • Write your commit message and run your commit. Your gjalla attestatation and spec will be sync'd with gjalla as part of the git hooks, no additional work required from you.
  • Unless the user has given you blanket permission, you should likely ask the user before pushing the commit.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.