freshrss-git
Tools and commands for managing Git workflows within the FreshRSS project. Assists with branching, diffing changes, and preparing pull requests.
Install
mkdir -p .claude/skills/freshrss-git && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/8021" && unzip -o skill.zip -d .claude/skills/freshrss-git && rm skill.zipInstalls to .claude/skills/freshrss-git
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
FreshRSS version control, git workflow, branching strategy (edge/latest), diff/compare, PR changes.Key capabilities
- →Target the edge branch for pull requests
- →Compare local changes against the edge branch
- →Run automated fixes and tests
- →Track release branches
How it works
It utilizes standard git commands to compare local HEAD with the edge branch and provides make targets to validate and format code before submission.
Inputs & outputs
When to use freshrss-git
- →Checking local changes against the edge branch
- →Preparing a pull request for FreshRSS
- →Verifying changes before commit
- →Managing the latest and edge release branches
About this skill
FreshRSS working with version control (git)
FreshRSS uses a rolling-release approach with a main branch called :edge.
This is the branch to target for most pull requests.
Releases are tracked in a branch called :latest.
Check changes made in the current branch
Also useful to locally check the state of a pull-request (PR).
git diff edge...HEAD
Before commiting
make fix-all
make test-all
When not to use it
- →Directly committing to the latest branch without PR review
Prerequisites
Limitations
- →Requires local environment setup for make commands
How it compares
It enforces a specific rolling-release workflow tailored to the FreshRSS project structure.
Compared to similar skills
freshrss-git side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| freshrss-git (this skill) | 0 | 6mo | Review | Beginner |
| resolve-conflicts | 81 | 8mo | Review | Intermediate |
| dependency-upgrade | 26 | 5mo | Review | Intermediate |
| openspec-onboard | 10 | 6mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by FreshRSS
View all by FreshRSS →You might also like
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
dependency-upgrade
wshobson
Manage major dependency version upgrades with compatibility analysis, staged rollout, and comprehensive testing. Use when upgrading framework versions, updating major dependencies, or managing breaking changes in libraries.
openspec-onboard
studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
skill-sync
KyleKing
Syncs Claude Skills with other AI coding tools like Cursor, Copilot, and Codeium by creating cross-references and shared knowledge bases. Invoke when user wants to leverage skills across multiple tools or create unified AI context.
git-commits
bonny
Create well-structured git commits in logical chunks following best practices