FR

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.zip

Installs 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.
99 charsno explicit “when” trigger
Beginner

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

You give it
Local git branch changes
You get back
Verified code state ready for PR

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

GitMake

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.

SkillInstallsUpdatedSafetyDifficulty
freshrss-git (this skill)06moReviewBeginner
resolve-conflicts818moReviewIntermediate
dependency-upgrade265moReviewIntermediate
openspec-onboard106moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry