crowd.dev
Automate code reviews, testing, and contributor workflows for large codebases
All Skills in This Repository (10)
Pure Emerald Level Indicatorscommit
Generate conventional commit messages and execute signed git commits.
adr
Record architectural decisions with context, decision, and consequences in docs/adr.
packages-worker-setup
Automate local setup and orchestration of the packages_worker workflow with Docker.
packages-worker-add-entrypoint
Scaffold a new sub-worker directory with entrypoint and shared config files.
scaffold-snowflake-connector
Scaffold Snowflake connector boilerplate for new crowd.dev data sources.
review-pr
Analyze GitHub pull requests against CDP architecture standards and draft inline review comments.
dco
Recover unsigned commits by applying DCO sign-offs via amend, rebase, or cherry-pick.
preflight
Run lint, format, TypeScript, and protected file checks on the current branch.
write-unit-tests
Write focused Vitest unit tests following project testing conventions and ADRs.
write-api-e2e-tests
Write API end-to-end tests following ADR-defined suite architecture and conventions.
Frequently Asked Questions
FAQPage SchemaHow to install crowd.dev skills?โผ
Run `npx skills add linuxfoundation/crowd.dev --all -g -y` in your terminal to install all skills in this suite globally.
How to automate PR reviews with AI?โผ
The review-pr skill fetches the PR diff, checks it against project rules and checklists, and drafts inline comments for your approval before anything is posted.
Can AI write unit and API tests for this repo?โผ
Yes. Dedicated skills generate Vitest unit tests and API end-to-end tests that follow the project's documented testing standards.
How to fix a failed DCO check on a PR?โผ
The dco skill walks you through amending or rebasing commits to add the missing Signed-off-by trailer, then force-pushing safely.
Do these skills work with Claude Code?โผ
Yes. All skills follow the standard SKILL.md format and run directly inside Claude Code and compatible AI coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core