work-wrap-up

Automate post-implementation wrap-up across git, Google Sheets, and Slack.

2|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/fredrick84823/fstack --skill work-wrap-up
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-wrap-up
Source: https://github.com/fredrick84823/fstack/tree/main/skills/work-wrap-up
Command: npx skills add https://github.com/fredrick84823/fstack --skill work-wrap-up

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After feature development is complete, this skill standardizes the wrap-up process to ensure changes are committed, pushed, and a PR is created, while keeping stakeholders updated and aligned.

Core Features & Use Cases

  • Orchestrates a deterministic 3-step wrap-up: commit+push+PR, progress sync to Google Sheets, and optional Slack notification.
  • Enforces sequencing and basic validation to prevent skipped steps and miscommunication.
  • Use Case: In a sprint end, automatically finalize work by recording completion in the repo, updating progress in the sheet, and notifying the team.

Quick Start

Run the standard wrap-up flow to commit changes, push, create a PR, sync progress to Google Sheets, and optionally notify via Slack.

Frequently Asked Questions about work-wrap-up

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

FAQPage Schema
How do I automate git commit, push, and PR creation while syncing progress to Google Sheets?

Automating git commit, push, and PR creation alongside Google Sheets progress syncing is handled by a deterministic 3-step wrap-up flow. It orchestrates code finalization, sheet updates, and optional Slack notifications with enforced sequencing and basic validation to prevent skipped steps.

What is the best way to notify stakeholders in Slack after a pull request is merged?

Notifying stakeholders in Slack after a pull request is merged is executed through an optional Slack message integration step. This step follows the git push and Google Sheets progress sync, ensuring stakeholders receive completion notifications only after repository changes are successfully finalized.

Can I use this wrap-up automation if my workflow only involves git and Slack without Google Sheets?

Using this wrap-up automation requires the Google Sheets progress sync step, as it enforces a fixed sequence of commit-commands, gsheet-progress-sync, and Slack message integration. The sequencing and guardrails are designed to prevent skipped steps, making it unsuitable for workflows omitting the sheet sync.

How does the post-merge wrap-up sequence enforce validation to prevent miscommunication?

The post-merge wrap-up sequence enforces validation by applying a fixed sequence of commit, Google Sheets sync, and Slack notification steps with built-in guardrails. This deterministic ordering prevents skipped steps and miscommunication, ensuring changes are committed, pushed, and synced before notifying stakeholders.

Do I need to configure external dependencies to sync sprint progress to Google Sheets and Slack?

You do not need to configure external dependencies to sync sprint progress to Google Sheets and Slack. The skill operates independently without listed dependencies, orchestrating the end-to-end post-implementation wrap-up tasks directly across git, Google Sheets, and Slack.

What are the limitations of using a fixed sequence for post-implementation wrap-up tasks?

A limitation of using a fixed sequence for post-implementation wrap-up tasks is the lack of flexibility in step ordering. The skill enforces a strict commit, push, PR, Google Sheets sync, and Slack notification pipeline, which may not suit custom software development workflows requiring alternative sequencing.