post-plan

Orchestrate post-development workflows including commit, push, pull request, review, and verification.

1|Updated Jan 26, 2020
One-click install
npx skills add https://github.com/a-jay85/IBL5 --skill post-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: post-plan
Source: https://github.com/a-jay85/IBL5/tree/main/.claude/skills/post-plan
Command: npx skills add https://github.com/a-jay85/IBL5 --skill post-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the entire post-development workflow, from code simplification and committing to automated reviews, security audits, and final cleanup, ensuring code quality and integration readiness without manual intervention.

Core Features & Use Cases

  • Automated Code Integration: Manages the commit, push, and pull request process.
  • Quality Assurance: Performs code simplification, static analysis (PHPStan), and unit testing (PHPUnit).
  • Security Auditing: Conducts thorough security checks for vulnerabilities like SQL injection and XSS.
  • CI/CD Monitoring: Tracks continuous integration pipeline status.
  • Retrospective Learning: Captures insights for future development cycles.
  • Worktree Management: Cleans up development environments post-completion.

Quick Start

Run the post-plan skill to simplify, commit, review, and verify all changes in the current branch.

Frequently Asked Questions about post-plan

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

FAQPage Schema
How do I automate code review and pull request creation after finishing development?

To automate code review and pull request creation, you can use a post-development workflow that orchestrates committing, pushing, and multi-agent reviews. This ensures code quality and integration readiness without manual intervention.

What is the best way to run a security audit and static analysis before a git push?

The best way to run a security audit before a git push is to use an automated workflow that checks for vulnerabilities like SQL injection and XSS, while also performing static analysis using tools like PHPStan to ensure code robustness.

How does CI/CD monitoring fit into a post-development git workflow?

CI/CD monitoring fits into a post-development git workflow by tracking the continuous integration pipeline status after a pull request is created. This verifies that unit tests and integration checks pass before finalizing the code.

Can I use PHPUnit and PHPStan for automated code integration and verification?

Yes, you can use PHPUnit and PHPStan for automated code integration. The workflow performs static analysis with PHPStan and runs unit tests with PHPUnit to verify quality before finalizing commits and pull requests.

How do I manage worktree teardown and capture retrospective learnings after a merge?

To manage worktree teardown and capture retrospective learnings after a merge, an automated post-plan workflow cleans up development environments and captures insights from the cycle for continuous improvement in future projects.