onboard-contributor

Guide new contributors through Rundeck OSS environment setup and build processes.

6.3k|984|Updated Sep 3, 2010
One-click install
npx skills add https://github.com/rundeck/rundeck --skill onboard-contributor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: onboard-contributor
Source: https://github.com/rundeck/rundeck/tree/main/.claude/skills/onboard-contributor
Command: npx skills add https://github.com/rundeck/rundeck --skill onboard-contributor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Simplifies the process of getting new contributors up to speed on the Rundeck OSS project, including setting up their development environment and understanding project workflows.

Core Features & Use Cases

  • Environment Setup Guidance: Ensures contributors have the correct Java and Node.js versions for the project.
  • Project Overview: Explains project structure, technologies, and testing strategies.
  • First Build Instructions: Provides step-by-step build commands and troubleshooting for first-time builds.
  • Contribution Pathways: Details how to contribute bugs, plugins, and new API endpoints, including PR guidelines.
  • Code Standards: Outlines coding standards for the project to maintain quality.

Quick Start

Activate the onboard-contributor skill to begin the process of setting up your development environment for contributing to the Rundeck OSS project.

Frequently Asked Questions about onboard-contributor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up a development environment to contribute to Rundeck OSS?

To set up your Rundeck OSS development environment, you must install Java 17 and Node.js. The skill guides you through configuring these dependencies and preparing your local workspace for project builds.

What is the project structure and build process for contributing to Rundeck OSS?

The Rundeck OSS project structure includes specific technologies and testing strategies. The skill explains the architecture and provides step-by-step build commands along with troubleshooting tips for first-time builds.

Do I need Java 17 and Node.js to start contributing to Rundeck OSS?

Yes, Java 17 and Node.js are required prerequisites for Rundeck OSS development. The skill verifies these environment dependencies to ensure your local setup meets the project's build and compilation standards.

How do I submit a bug fix or new API endpoint to the Rundeck project?

To submit bug fixes or new API endpoints to Rundeck, follow the outlined contribution pathways and PR guidelines. The skill details the specific workflows for submitting code changes and adhering to project standards.

What are the code standards for contributing to Rundeck OSS?

Rundeck OSS code standards maintain project quality across all contributions. The skill outlines the specific coding conventions and testing strategies you must follow when submitting bugs, plugins, or API endpoints.