# assertchris

> Open-source publisher. Listings imported from github.com/assertchris — credited to the original author with their license.

- **Listings:** 20
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/assertchris
- **Website:** https://github.com/assertchris

## Published listings

- [Custom Qa Checklist](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-qa-checklist) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-qa-checklist`
  Generates a manual QA test checklist from the feature doc for the current branch. Use when user asks to create a QA checklist, test plan, or wants a list of user-facing things to test in the browser.
- [Custom Writing Style Guide](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-writing-style-guide) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-writing-style-guide`
  Apply a personal writing style guide to rewrite prose in markdown files.
- [Custom Submit Pr](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-submit-pr) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-submit-pr`
  Creates a GitHub pull request using gh CLI, with a description generated from the PR summary skill and styled with the writing style guide, assigned to and reviewed by assertchris. Use when user asks to make a PR, create a PR, submit a PR, or open a pull request. Supports draft PRs when the user says "draft PR" or "draft pull request".
- [Custom Workflow New Engage Feature](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-workflow-new-engage-feature) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-workflow-new-engage-feature`
  Start a new feature on the Edgar (ritdu-sports-user-engagement-platform) project. Asks for a brief, derives a date-stamped branch name, creates a worktree, stubs a plan doc, and registers it in docs/thoughts/README.md.
- [Custom Feature Doc](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-feature-doc) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-feature-doc`
  Creates a new feature documentation file for the current feature branch based on features/template.md. Use when user asks to create feature documentation, start a feature doc, or initialize documentation for a new feature.
- [Custom Workflow Engage Implement](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-workflow-engage-implement) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-workflow-engage-implement`
  Run phased implementation of an Edgar feature. Reads the plan doc from docs/thoughts/plans/ (derived from the current branch), works through each phase in a sub-agent, and verifies completion via git log between phases.
- [Custom Workflow Implement](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-workflow-implement) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-workflow-implement`
  Run phased implementation from the current branch's feature doc. Works through each phase in a sub-agent, verifying completion between phases.
- [Custom Pr Summary](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-pr-summary) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-pr-summary`
  Generates a concise GitHub pull request summary from the feature doc for the current branch. Use when user asks to create a PR summary, PR description, or wants to extract key information from a feature doc for a pull request.
- [Custom Workflow Engage Plan](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-workflow-engage-plan) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-workflow-engage-plan`
  Plan phased work for the current Edgar feature branch. Asks for a brief, researches the codebase via sub-agents, and writes the plan to docs/thoughts/plans/.
- [Custom Sync Skills](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-sync-skills) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-sync-skills`
  Syncs global Claude skills to/from the remote git repo. Commits local changes with descriptive messages, pushes, and pulls remote changes. Use when user asks to sync skills, save skills, push skills, or pull skills.
- [Custom Workflow Plan](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-workflow-plan) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-workflow-plan`
  Plan phased work for the current feature branch. Asks for a brief, researches the codebase via sub-agents, and writes the plan to the feature doc.
- [Custom Zsh Aliases](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-zsh-aliases) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-zsh-aliases`
  Adds custom zsh aliases and functions (change, branches, gs, gd, nah) to ~/.zshrc. Use when user asks to set up zsh aliases, install shell aliases, or configure a new machine with standard shell shortcuts.
- [Custom Usage Statusline](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-usage-statusline) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-usage-statusline`
  Set up a Claude Code statusline that shows session (5h) and weekly (7d) usage limit percentages. Use when user asks to set up usage statusline, show usage limits, or configure usage display.
- [Custom Workflow New Feature](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-workflow-new-feature) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-workflow-new-feature`
  Start a new feature by asking for a purpose, then creating a branch + worktree + feature doc.
- [Custom Review](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-review) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-review`
  Comprehensive PR review that loops code review and blast radius analysis, repairing issues between each pass until both phases come back clean.
- [Custom Workflow Merge](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-workflow-merge) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-workflow-merge`
  Merge the open PR, switch to main, pull, and clean up the worktree and symlinks.
- [Custom Reauthor Pr](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-reauthor-pr) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-reauthor-pr`
  Re-authors all commits on a GitHub PR branch from fridaytherobot to assertchris (Christopher Pitt), preserving commit messages and Co-Authored-By lines. Use when user asks to re-author a PR, claim a PR, take ownership of PR commits, or sign commits on a bot PR.
- [Custom Conflict Resolution](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-conflict-resolution) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-conflict-resolution`
  Resolves git merge conflicts using rebase strategy, analyzing conflicts one file at a time to preserve the best code from both branches. Use when user asks to resolve conflicts, merge conflicts, fix conflicts, handle conflicts, merge branches, rebase, or mentions git conflicts.
- [Custom Workflow Pr](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-workflow-pr) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-workflow-pr`
  Push the current branch and open a PR assigned to assertchris, then watch CI until it passes or fails.
- [Custom Workflow Engage Pr](https://agentstack.voostack.com/l/skill-assertchris-claude-skills-custom-workflow-engage-pr) — Skill · Free · security-reviewed — `agentstack add skill-assertchris-claude-skills-custom-workflow-engage-pr`
  Push the current Edgar feature branch, open a PR using the plan doc for the description, then watch CI until it passes or fails. Use instead of custom-workflow-pr when working in the Edgar (ritdu-sports-user-engagement-platform) project.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
