ax-wrap-up

Collect code changes, verify documentation, run tests, and commit with generated messages.

Updated Jan 14, 2026
One-click install
npx skills add https://github.com/AX-BD-Team/ax-discovery-portal --skill ax-wrap-up
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ax-wrap-up
Source: https://github.com/AX-BD-Team/ax-discovery-portal/tree/main/.claude/skills/ax-wrap-up
Command: npx skills add https://github.com/AX-BD-Team/ax-discovery-portal --skill ax-wrap-up

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the essential post-coding tasks of organizing changes, updating documentation, running tests, and synchronizing with external systems like Confluence and Slack.

Core Features & Use Cases

  • Automated Code Cleanup: Gathers changes, checks documentation status, and executes tests.
  • Integrated Commit: Generates commit messages based on changes and pushes them to Git.
  • System Synchronization: Updates Confluence Action Logs and sends Slack notifications upon successful commit.
  • Use Case: After completing a feature, run this Skill to ensure your code is tested, documented, committed, and that your team is notified via Slack and Confluence.

Quick Start

Run the ax-wrap-up skill to clean up your work, test changes, and commit them.

Frequently Asked Questions about ax-wrap-up

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

FAQPage Schema
How do I automate git commit, testing, and documentation updates together?

To automate git commit, testing, and documentation updates together, you can use a post-coding workflow tool that gathers code changes, verifies documentation status, runs tests, and commits with auto-generated messages. This ensures your code is tested and documented before committing.

Can I sync git commit details to Confluence and send Slack notifications automatically?

Yes, you can sync git commit details to Confluence and send Slack notifications automatically. The automation updates Confluence Action Logs and sends Slack notifications upon a successful commit, keeping your team informed across platforms.

Does Conventional Commits automation work with Python and TypeScript projects?

Conventional Commits automation works with both Python and TypeScript projects. It generates commit messages based on your code changes while adhering to the Conventional Commits standards for these specific programming languages.

What is the best way to ensure documentation is checked before pushing code?

The best way to ensure documentation is checked before pushing code is using an automated workflow that verifies documentation status as part of the pre-commit process. This gathers changes and checks docs before executing tests and committing.

Can I skip Confluence synchronization when automating my git commit workflow?

Yes, you can skip Confluence synchronization when automating your git commit workflow. The automation supports options to skip synchronization steps, allowing you to push code and send Slack notifications without updating external logs.

Why should I run tests before auto-generating commit messages?

Running tests before auto-generating commit messages ensures that only verified code changes are committed. The automation executes tests and gathers changes first, so the generated Conventional Commit message accurately reflects a successful build state.