rsyslog
Build, test, and ship rsyslog changes with AI-guided workflows
All Skills in This Repository (15)
Pure Emerald Level Indicatorsrsyslog_changelog
Format user-visible changes for rsyslog ChangeLog entries.
rsyslog_doc
Maintain structured RAG-optimized documentation and metadata in .rst files for Rsyslog.
rsyslog_local_container_testing
Validate rsyslog changes locally using containers and static analysis tools.
rsyslog_doc_dist
Synchronize documentation files with the rsyslog build system's Makefile.am.
rsyslog_build
Set up the rsyslog development environment and execute optimized build commands.
rsyslog_commit
Validate commit messages and code style for the rsyslog project.
rsyslog_v8stable_patch_flow
Track changelogs, handle pull requests, and merge rsyslog v8-stable patches into main.
rsyslog_config
Enforce parity between RainerScript and YAML rsyslog configurations.
rsyslog_test
Executes rsyslog testsuite scripts via the chi.sh framework with Valgrind leak detection.
rsyslog_module
Provides technical guidelines for developing rsyslog modules including concurrency and build configuration.
rsyslog_pr_babysitting
Monitor CI status, review threads, and bot comments on rsyslog pull requests.
rsyslog_continuous_issue_session
Orchestrate long-running rsyslog issue-resolution sessions with work unit management and PR babysitting.
Frequently Asked Questions
FAQPage SchemaHow to install rsyslog skills?โผ
Run `npx skills add rsyslog/rsyslog --all -g -y` in your terminal to install all skills in this suite globally.
What do the rsyslog agent skills do?โผ
They teach your AI agent the exact build commands, test conventions, security review steps, and commit message rules required to contribute code to the rsyslog project.
How do I validate rsyslog code changes locally?โผ
The skills direct your agent to run incremental builds, targeted shell tests, and a CI-matching container validation gate before any pull request is opened.
Do these skills work with Claude Code and Codex?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Codex, Cursor, and other compatible AI coding agents.
Can AI agents handle rsyslog pull request monitoring?โผ
Yes. The PR babysitting skill watches CI checks, reruns flaky tests, and tracks unresolved review threads until the pull request is fully green.
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