refresh

Synchronize a development workspace after a pull request merge.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/a2f0/tearleads --skill refresh-a2f0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: refresh
Source: https://github.com/a2f0/tearleads/tree/main/.codex/skills/refresh
Command: npx skills add https://github.com/a2f0/tearleads --skill refresh-a2f0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of updating your local development environment after a pull request has been merged, ensuring consistency and preventing build issues.

Core Features & Use Cases

  • Synchronizes Codebase: Pulls the latest changes from the main branch.
  • Installs Dependencies: Manages package installations for both Node.js (pnpm) and Ruby (gems).
  • Builds Project: Compiles TypeScript packages.
  • Manages Native Dependencies: Cleans and reinstalls CocoaPods for iOS/macOS projects.
  • Resets Status: Clears queued statuses in VS Code and tmux.
  • Use Case: After a critical feature is merged into the main branch, you need to update your local copy and ensure everything builds correctly before starting new work.

Quick Start

Run the workspace refresh script to update after a PR is merged.

Frequently Asked Questions about refresh

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

FAQPage Schema
How do I refresh my workspace after a PR merge?

To refresh your workspace after a PR merge, run the automated script to pull latest changes, install Node.js and Ruby dependencies, compile TypeScript, and reinstall CocoaPods for a clean build environment.

What is the best way to sync dependencies and build after merging code?

The best way to sync dependencies is automating the process to pull main branch updates, run pnpm and gem installations, compile TypeScript packages, and clean CocoaPods to ensure consistency.

Does this workspace refresh script handle both Node.js and CocoaPods dependencies?

Yes, the workspace refresh script handles both Node.js and CocoaPods dependencies, managing package installations via pnpm and gems while cleaning and reinstalling native iOS dependencies.

Why do I need to reinstall CocoaPods after pulling main branch updates?

You need to reinstall CocoaPods after pulling main branch updates to manage native dependency changes correctly, preventing build issues and ensuring your local iOS environment remains clean and up-to-date.

Can I use this script to reset queued statuses in VS Code and tmux?

Yes, you can use this script to reset queued statuses in VS Code and tmux, ensuring a clean and up-to-date environment by clearing previous task states before starting new work.