Marian Rudzynski avatar

Marian Rudzynski

Community

@fx · California

44Followers
|
112Public Repos
|
35Published Skills

Codekuenstler

Skills Distribution
DomainDeveloper To...GitHub Pull-Reques.. (30%)Code Review & Feed.. (25%)CI/CD Monitoring &.. (20%)SDLC Planning & Pr.. (15%)

Agent Skills by Marian Rudzynski

Showing 35 vetted skills indexed across 3 GitHub repositories.

fxfx

upstream-contrib

Moves a local change from a consumer repository into its upstream dependency and rewires the consumer onto the released version.

Community
Advanced
fxfx

pr-check-monitor

Monitors GitHub pull request checks and coordinates CI failure remediation.

Community
Advanced
fxfx

tech-scout

Researches and recommends open source libraries and self-hosted technologies via GitHub and web search.

Community
Basic
fxfx

learn

Updates skill catalog SKILL.md definitions from conversation learnings and leaves changes uncommitted.

Community
Intermediate
fxfx

resolve-ci-failures

Analyzes failing GitHub CI checks, fetches failure logs, and delegates root-cause fixes.

Community
Advanced
fxfx

planner

Creates detailed implementation plans from supplied requirements and project scope.

Community
Intermediate
fxfx

coderabbit-review

Waits for, triages, and settles CodeRabbit pull-request reviews via GitHub checks and GraphQL threads.

Community
Advanced
fxfx

fx-upgrade

Migrates repository instruction files to current AGENTS.md and REVIEW.md conventions.

Community
Advanced
fxfx

requirements-analyzer

Analyzes GitHub issues into structured requirements documents for implementation planning.

Community
Intermediate
fxfx

resolve-codecov-feedback

Processes Codecov PR coverage reports and delegates test creation to close coverage gaps.

Community
Advanced
fxfx

team

Coordinates multi-agent sub-agent teams to implement multi-task specs through the SDLC.

Community
Advanced
fxfx

copilot-review

Requests, waits for, and settles head-scoped GitHub Copilot pull request reviews.

Community
Advanced
fxfx

workflow-runner

Executes explicitly selected multi-phase workflows to completion without stopping between phases.

Community
Intermediate
fxfx

fix

Runs a test-first bug-fix lifecycle that reproduces bugs with failing tests before implementing fixes.

Community
Intermediate
fxfx

dev

Orchestrates the full SDLC lifecycle from requirements through implementation, review, CI, and merge.

Community
Advanced
fxfx

issue-updater

Updates GitHub issues with implementation plans, status changes, and progress comments via the gh CLI.

Community
Intermediate
fxfx

pr-preparer

Prepares and opens ready-for-review GitHub pull requests from completed branch changes.

Community
Advanced
fxfx

fx-setup

Scaffolds docs/ structure and canonical AI instruction files for spec-driven development.

Community
Advanced
fxfx

spec-writer

Writes and maintains living specs and change documents in a docs tree.

Community
Advanced
fxfx

coder

Implements code changes with tests following a supplied scope and project conventions.

Community
Advanced
fxfx

codex-review

Runs a scoped one-shot Codex CLI branch review with MCP servers disabled.

Community
Advanced
fxfx

fx-review

Applies a shared triage, materiality, and convergence procedure to code reviews across reviewer tools.

Community
Advanced
fxfx
1

chezmoi-development

Merge application settings into existing files using chezmoi modify_ scripts.

Community
Advanced
fxfx
8

copilot-feedback-resolver

Resolve GitHub Copilot review threads via GraphQL mutations after addressing feedback.

Community
Advanced

Frequently Asked Questions About Marian Rudzynski

FAQPage Schema
What tasks can I accomplish with fx's skill catalog?▼

You can manage GitHub pull requests end to end: prepare and open PRs, resolve Copilot and CodeRabbit review threads via GraphQL, monitor and fix CI failures, add Codecov coverage, update issues, generate release-note summaries, and run full SDLC lifecycles from requirements through finalization.

Who is the target audience for these skills?▼

Software engineers and maintainers using Claude Code who work in GitHub-centric repositories. The skills suit developers running attended SDLC lifecycles, triaging automated code review feedback, remediating CI failures, and authoring their own skills, agents, or marketplace plugins.

How are these skills invoked at runtime?▼

All new skills are explicit-use only: they activate when the user names them directly or when an already-invoked workflow calls them. Skills like dev, fix, and workflow-runner chain phases such as requirements, implementation, review, and CI without stopping between stages.

What prerequisites and dependencies do these skills require?▼

Skills rely on the GitHub CLI (gh), GitHub API and GraphQL access, and Claude Code with MCP server configuration. Some skills require repository conventions such as docs/PROJECT.md or docs/tasks.md, and fx-setup creates the default docs and instruction-file layout.

Can I create my own skills or plugins with this catalog?▼

Yes. skill-creator scaffolds modular Claude skills with SKILL.md YAML frontmatter, agent-creator generates agent markdown files with required frontmatter, and plugin-creator designs fx/cc marketplace plugins with standardized component files. The learn skill updates the installed skill catalog.