tax-publish

Creates a Git branch, stages approved files, and opens a GitHub pull request with anonymized evidence.

12|3|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Fangyi-Chen/SuperTaxAgent --skill tax-publish
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tax-publish
Source: https://github.com/Fangyi-Chen/SuperTaxAgent/tree/main/skills/tax-publish
Command: npx skills add https://github.com/Fangyi-Chen/SuperTaxAgent --skill tax-publish

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables teams to publish safe skill improvements by creating a dedicated branch, staging only approved files, and opening a pull request with anonymized evidence for review.

Core Features & Use Cases

  • End-to-end PR workflow: creates a branch, stages only non-user data files, commits, pushes, and opens a PR with a summary of changes.
  • Safe-change curation: reads repository manifest to determine the correct target and excludes data or user content from publishing.
  • Review-friendly diffs: shows a full diff to reviewers and preserves a clear audit trail for governance.

Quick Start

Run /tax-publish [description] to publish your improvements by creating a branch, staging only safe files, and opening a PR with anonymized context.

Frequently Asked Questions about tax-publish

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a GitHub pull request for skill edits without exposing user data?

To publish skill edits safely, this tool creates a dedicated branch, stages only approved non-user files by reading the repository manifest, and opens a GitHub PR with anonymized evidence for review.

What is the best way to automate a GitHub PR workflow for Claude Code skill evolution?

Automating a GitHub PR workflow for skill evolution involves creating a branch, staging curated safe paths, committing, pushing, and opening a PR with review-ready diffs and anonymized context.

Do I need Git and the GitHub CLI installed to open a pull request for manual skill contributions?

Yes, you need both Git and the GitHub CLI installed and configured, as the publishing process enforces these prerequisites to push branches and open pull requests with safe-change curation.

How does safe-change curation work when publishing skill improvements via a pull request?

Safe-change curation works by reading the repository data from the plugin manifest to determine the correct target, then staging only approved files while excluding data or user content from the publishing workflow.

Can I show a full diff to reviewers when opening a PR for anonymized skill evidence?

Yes, the PR workflow generates review-friendly diffs that show a full diff to reviewers and preserves a clear audit trail for governance over the staged skill improvements.