LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

semoss-testing-ci - Testing & CI Setup

Sets up Java reactor unit tests, pre-commit hooks, and GitHub Actions CI workflows for a SEMOSS app using reference files.

Tags

Updated: 2026-09-16

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Add Java reactor unit tests
  • Set up pre-commit hooks
  • Configure GitHub Actions CI workflows
  • Copy reference setup files

Inputs

  • Reference files under reference directory
  • Project pom.xml and package.json files

Outputs

  • Java test files in test/
  • Pre-commit setup in .husky and root
  • CI workflows in .github/workflows/
  • Updated pom.xml and package.json

Requirements

  • JDK on PATH
  • Maven
  • Node.js and pnpm
  • Python with pre-commit tool

Source

  • Spec: SKILL.md
testing
ci-cd
github-actions
pre-commit
husky
junit
mockito
semoss
Add Java reactor unit tests
Set up pre-commit hooks
Configure GitHub Actions CI workflows
Copy reference setup files
Reference files under reference directory
Project pom.xml and package.json files
Java test files in test/
Pre-commit setup in .husky and root
CI workflows in .github/workflows/