fullsend
Autonomous issue triage, coding, review, and release workflows
All Skills in This Repository (10)
Pure Emerald Level Indicatorscode-review
Analyzes code changes and produces a structured findings report.
code-implementation
Plan and execute GitHub issue fixes with tests and committed changes.
fix-review
Automate PR review feedback into code changes with tests and fix-result.json.
pr-review
Orchestrate GitHub PR reviews with context gathering and structured results.
cutting-releases
Automate release tagging, versioning, and GoReleaser publishing for GitHub workflows.
replay-session
Replay Claude Code sessions from GitHub Actions artifacts as interactive HTML.
Filing GitHub Issues
Create well-formed GitHub issues with labels and routing via gh CLI.
renumber-adr
Detect ADR numbering conflicts and renumber files before merging PRs.
writing-adrs
Create immutable Architecture Decision Records with context, decision, and consequences.
writing-user-docs
Create admin and user guides with structured procedures and cross-links.
Frequently Asked Questions
FAQPage SchemaHow to install fullsend?โผ
Run `npx skills add fullsend-ai/fullsend --all -g -y` in your terminal to install all skills in this suite globally.
What does fullsend do?โผ
Fullsend runs autonomous development agents that triage issues, write code, review pull requests, and merge to production for Git-hosted organizations. Its skills cover release tagging, merge queue management, transcript analysis, and work prioritization.
How do I find what to work on next?โผ
Use the nextwork skill to build a readiness queue of your open issues and PRs, or the topissues skill to list highest-priority backlog items by RICE score. Both run through the gh CLI with plain commands.
Can I debug a failed agent run?โผ
Yes. The analyze-transcript skill downloads run artifacts and lets you search errors, tool calls, and network activity, while replay-session generates an interactive HTML replay of the session.
Does fullsend work with GitLab and Forgejo?โผ
Yes. The platform is designed for GitHub, GitLab, and Forgejo organizations, though some helper skills like merge-queue rely on GitHub-specific APIs.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core