planning-with-files
83Organize Long AI Tasks with Planning Files
Long AI sessions can lose goals, decisions, and progress. This skill guides Claude, Codex, and Claude Code to store plans, findings, and logs in project files.
Finish Development Branches Safely
Completing a feature branch often requires tests, merge decisions, and cleanup. This skill guides Claude, Codex, and Claude Code through safe branch finishing choices.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "finishing-a-development-branch" from https://skillstore.io/skills/zhanlincui-finishing-a-development-branch.md and its manifest at https://skillstore.io/api/skills/zhanlincui-finishing-a-development-branch/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "finishing-a-development-branch". The implementation is done. Help me finish this branch.
Expected outcome:
Using "finishing-a-development-branch". Push this finished work and open a PR.
Expected outcome:
Using "finishing-a-development-branch". Discard this branch after I confirm.
Expected outcome:
The static findings are false positives from Markdown code fences, documented Git examples, command substitution used for visible CLI arguments, and /dev/null redirection. No prompt injection, concealed exfiltration, or malicious intent was found in SKILL.md.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/zhanlincui-finishing-a-development-branch/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/zhanlincui-finishing-a-development-branch?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/zhanlincui-finishing-a-development-branch?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/zhanlincui-finishing-a-development-branch/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/zhanlincui-finishing-a-development-branch.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>ZhanlinCui. (2026). finishing-a-development-branch security audit report (audit version 5) [Author version unspecified]. Skillstore. https://skillstore.io/skills/zhanlincui-finishing-a-development-branch/audits/5@techreport{zhanlincui-zhanlincui-finishing-a-development-branch-2026,
author = {ZhanlinCui},
title = {finishing-a-development-branch security audit report (audit version 5)},
institution = {Skillstore},
year = {2026},
number = {5},
url = {https://skillstore.io/skills/zhanlincui-finishing-a-development-branch/audits/5},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "finishing-a-development-branch security audit report (audit version 5)"
version: "unspecified"
type: report
authors:
- name: "ZhanlinCui"
date-released: "2026-07-08"
url: "https://skillstore.io/skills/zhanlincui-finishing-a-development-branch/audits/5"
identifiers:
- type: other
value: "skillstore:zhanlincui-finishing-a-development-branch:audit:5"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
zhanlincui-finishing-a-development-branch
2026-08-21
sickn33-finishing-a-development-branch
2026-08-21
cygnusfear-finishing-a-development-branch
2026-08-21
davila7-finishing-a-development-branch
2026-08-21
cycleaddict-finishing-a-development-branch
2026-08-21
obra-finishing-a-development-branch
2026-08-21
dyai2025-finishing-a-development-branch
2026-08-21
codingcossack-finishing-a-development-branch
2026-08-21
A developer can ask the assistant to verify tests, choose an integration path, and clean up after the work is complete.
A team member can push a finished branch and create a PR with a concise summary and test plan.
A maintainer can remove finished local branches and worktrees after merge or explicit discard confirmation.
Use the finishing-a-development-branch skill. Verify tests, identify the base branch, then present the completion options before taking action.
Use the finishing-a-development-branch skill to finish this work. If tests pass, help me push the branch and create a pull request.
Use the finishing-a-development-branch skill. Verify tests, confirm the base branch, merge locally if I choose that option, then verify tests again.
Use the finishing-a-development-branch skill and explain the safest completion path for this repository after checking tests, branch state, and worktree status.
Author
ZhanlinCuiLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Ref
64ca8af0f54a325752f08bd54e52151061ea659a
Maintenance freshness
7/20/2026
Usage
12 downloads ยท 183 views
File structure
๐ SKILL.md
Organize Long AI Tasks with Planning Files
Long AI sessions can lose goals, decisions, and progress. This skill guides Claude, Codex, and Claude Code to store plans, findings, and logs in project files.
Generate Bilingual GitHub Release READMEs
Release notes and README updates can take time before each GitHub release. This skill generates bilingual release documentation and guides review, commit, and push steps.
Organize Obsidian Notes with AI
Obsidian vaults can become hard to review and update consistently. This skill helps Claude and Codex create daily notes, capture ideas, and summarize recent work.
Process PDFs with Extraction and Form Tools
PDF work often requires separate tools for text, tables, pages, and forms. This skill gives Claude, Codex, and Claude Code guided workflows and helper scripts for PDF tasks.
Build Distinctive Frontend Interfaces
Generic web interfaces can feel unfinished and forgettable. This skill guides Claude, Codex, and Claude Code toward polished frontend work with clear visual direction.
Plan Creative Work Before Building
Teams often start implementation before goals, constraints, and trade-offs are clear. This skill guides Claude, Codex, and Claude Code through structured brainstorming before design work begins.
Master Advanced Git Workflows
by AutumnsGrove
Complex Git maintenance can make history changes and conflict resolution difficult. This skill provides structured guidance, recovery steps, and an optional local helper for common advanced workflows.
Build Reliable Test Automation
by 89jobrien
Weak tests slow releases and hide regressions. This skill guides test strategy, TDD, automation, coverage review, and Playwright web checks.
Review Code with Structured Quality Checks
by alirezarezvani
Code reviews can miss quality, security, and maintainability issues. This skill guides structured reviews with scripts, checklists, and report generation.
Plan Reliable Tests Across Your Codebase
by 0xDarkMatter
This skill helps teams choose test strategies, mocks, data fixtures, coverage gates, and CI patterns without mixing test scopes. It gives Claude, Codex, and Claude Code structured guidance for unit, integration, end-to-end, TDD, and pipeline testing.
Debug Technical Failures Systematically
by Asmayaseen
Quick fixes often hide the real cause and create regressions. This skill structures investigation, hypothesis testing, implementation, and verification around collected evidence.
Build Better Go Tests
by 89jobrien
Go teams need consistent tests across units, integrations, mocks, benchmarks, and coverage. This skill provides practical Go testing patterns that Claude, Codex, and Claude Code can apply during development.