Marian Rudzynski
Community@fx · California
Codekuenstler
Agent Skills by Marian Rudzynski
Showing 35 vetted skills indexed across 3 GitHub repositories.
upstream-contrib
Moves a local change from a consumer repository into its upstream dependency and rewires the consumer onto the released version.
pr-check-monitor
Monitors GitHub pull request checks and coordinates CI failure remediation.
tech-scout
Researches and recommends open source libraries and self-hosted technologies via GitHub and web search.
learn
Updates skill catalog SKILL.md definitions from conversation learnings and leaves changes uncommitted.
resolve-ci-failures
Analyzes failing GitHub CI checks, fetches failure logs, and delegates root-cause fixes.
planner
Creates detailed implementation plans from supplied requirements and project scope.
coderabbit-review
Waits for, triages, and settles CodeRabbit pull-request reviews via GitHub checks and GraphQL threads.
fx-upgrade
Migrates repository instruction files to current AGENTS.md and REVIEW.md conventions.
requirements-analyzer
Analyzes GitHub issues into structured requirements documents for implementation planning.
resolve-codecov-feedback
Processes Codecov PR coverage reports and delegates test creation to close coverage gaps.
team
Coordinates multi-agent sub-agent teams to implement multi-task specs through the SDLC.
copilot-review
Requests, waits for, and settles head-scoped GitHub Copilot pull request reviews.
workflow-runner
Executes explicitly selected multi-phase workflows to completion without stopping between phases.
fix
Runs a test-first bug-fix lifecycle that reproduces bugs with failing tests before implementing fixes.
dev
Orchestrates the full SDLC lifecycle from requirements through implementation, review, CI, and merge.
issue-updater
Updates GitHub issues with implementation plans, status changes, and progress comments via the gh CLI.
pr-preparer
Prepares and opens ready-for-review GitHub pull requests from completed branch changes.
fx-setup
Scaffolds docs/ structure and canonical AI instruction files for spec-driven development.
spec-writer
Writes and maintains living specs and change documents in a docs tree.
coder
Implements code changes with tests following a supplied scope and project conventions.
codex-review
Runs a scoped one-shot Codex CLI branch review with MCP servers disabled.
fx-review
Applies a shared triage, materiality, and convergence procedure to code reviews across reviewer tools.
chezmoi-development
Merge application settings into existing files using chezmoi modify_ scripts.
copilot-feedback-resolver
Resolve GitHub Copilot review threads via GraphQL mutations after addressing feedback.
Frequently Asked Questions About Marian Rudzynski
FAQPage SchemaWhat 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.