.agent/skills/alm-processing/SKILL.md
Use this to perform operations on the langgraph4j project. 1) create a new project release 2) move to next dev release
npx skillsauth add langgraph4j/langgraph4j alm-processingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
In this project we follow the "git flow" branching strategy.
To create a new release we need to start from develop branch and accomplish the workflow outlined below:
Starting from develop branch and runs the command git flow release start "<version>" that will create a branch from develop named release\<version>.
After created successfully the release branch we must update the java project release runs the command mvn versions:set -DnewVersion=<version>.
After the command successfully completed we must to confirm changes in pom.xml files runs command mvn version:commit
After update java project release we must commit to git runs commands
git add . ; git commit -m'build: bump to next version <version>'
At this point pause execution and ask to the user when ready to close the release, When he confirms proceed to next steps
To close the release runs git flow release finish "<version>" -m"new release <version>" that will merge the branch release/<version> to both main and develop ones
To update change log follow the steps below :
exec command git flow hotfix start changelog
exec command git-changelog-command-line -of CHANGELOG.md
exec command git commit -m'docs: update changelog' -a
exec command git flow hotfix finish changelog -n -m"changelog hotfix merge"
documentation
--- name: make_readme description: create or update a meaningful readme # What is a README README.md files are for humans: * quick starts, * project descriptions * contribution guidelines. # Structure a README.md must be structured in, at least, the following paragraphs * Getting started * Introduction * Core Features & Benefits * Core Concepts Explained * Project Structure * Installation * A Simple Example * References
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.