smaqit.infrastructure-hook-post-deploy-stamp

Generate DEPLOY_SHA and DEPLOY_TIME files and post PR comments after deployment.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ruifrvaz/local-image-generator --skill smaqit-infrastructure-hook-post-deploy-stamp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smaqit.infrastructure-hook-post-deploy-stamp
Source: https://github.com/ruifrvaz/local-image-generator/tree/main/.github/skills/smaqit.infrastructure-hook-post-deploy-stamp
Command: npx skills add https://github.com/ruifrvaz/local-image-generator --skill smaqit-infrastructure-hook-post-deploy-stamp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of deployment stamp files and optionally posts a comment on the merged PR after a successful deployment.

Core Features & Use Cases

  • Post-Deployment Stamp: Generates DEPLOY_SHA and DEPLOY_TIME files on the VM.
  • PR Notification: Optionally posts a comment on the merged PR with deployment details.
  • Use Case: After a CI workflow completes a deployment, this Skill ensures that the necessary stamp files are created and, if applicable, a PR comment is posted to notify stakeholders.

Quick Start

Use the smaqit.infrastructure-hook-post-deploy-stamp skill after a successful deployment to create stamp files and post a PR comment.

Frequently Asked Questions about smaqit.infrastructure-hook-post-deploy-stamp

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

FAQPage Schema
How do I automate deployment stamp file generation after a CI/CD release?

Automating deployment stamp file generation creates DEPLOY_SHA and DEPLOY_TIME files on the VM after a successful deployment. This Skill requires SSH access to execute remote commands and record deployment details automatically.

Can I automatically post a PR notification after a successful deployment?

Posting a PR notification after a successful deployment is supported optionally. The Skill comments on the merged PR with deployment details, ensuring stakeholders receive immediate visibility into completed infrastructure updates.

Do I need SSH access to create post-deployment stamps on a remote VM?

SSH access to the VM is required to create post-deployment stamps. The Skill executes remote commands on the host to generate the DEPLOY_SHA and DEPLOY_TIME files, ensuring deployment details are accurately recorded.

What is the best way to notify a team about a completed infrastructure deployment?

Notifying a team about a completed infrastructure deployment is handled by posting a comment on the merged PR. This automated notification includes deployment details, keeping stakeholders informed without manual updates.

When should I run an automated post-deploy stamping script in a CI workflow?

Running an automated post-deploy stamping script should occur immediately after a CI workflow completes a successful deployment. This ensures deployment details are recorded and optional PR comments are posted accurately.

Does infrastructure-hook-post-deploy-stamp work without external dependencies?

Operating without external dependencies is supported by this Skill. It relies solely on SSH access to the VM and standard scripts to generate stamp files and post PR notifications, simplifying integration into existing workflows.