linuxfoundationlinuxfoundationOfficialยท10 Agent Skills Included

crowd.dev

Automate code reviews, testing, and contributor workflows for large codebases

Automates pull request reviews, unit and API test writing, commit signing, and architecture decision records for the LFX Community Data Platform. Eliminates manual lint checks, missing DCO sign-offs, inconsistent commit messages, and risky database migrations. Guides AI agents through scaffolding data connectors and workers so contributors ship compliant code faster.
npx skills add linuxfoundation/crowd.dev --all -g -y
Available:

Gives the AI agent the project's architecture rules, legacy-to-modern pattern migrations, and database performance standards so it writes code that matches current conventions.

All Skills in This Repository (10)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’