po-pull-story

Pull story status and timestamp updates from a configured PM tool.

3|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/GDSDN/kord-aios --skill po-pull-story
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: po-pull-story
Source: https://github.com/GDSDN/kord-aios/tree/main/src/features/builtin-skills/kord-aios/product/po-pull-story
Command: npx skills add https://github.com/GDSDN/kord-aios --skill po-pull-story

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill synchronizes story status and updates from a project management tool into your local development environment, ensuring your work is aligned with the latest project requirements.

Core Features & Use Cases

  • Automated Status Sync: Pulls the latest status and update information for a given story ID from a configured Project Management (PM) tool.
  • Local Alignment: Keeps your local story representation up-to-date with the central project tracking system.
  • Use Case: After a product manager updates a story's status in Jira, running this Skill will reflect that change in your local Kord AIOS setup, preventing work on outdated information.

Quick Start

Use the po-pull-story skill to pull updates for story ID '1.23'.

Frequently Asked Questions about po-pull-story

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

FAQPage Schema
How do I sync story status updates from a project management tool into my local environment?

To sync story status from a project management tool, this Skill pulls the latest updates and timestamps for a given story ID directly into your local development environment. It ensures your local setup reflects the central tracking system.

What happens if I pull story updates without a configured PM tool?

If you pull story updates without a configured PM tool, the Skill handles the scenario gracefully by providing clear feedback on the sync status. It reports potential errors and confirms that no external synchronization occurred.

Can I automatically merge non-conflicting fields when pulling story updates?

Yes, you can automatically merge non-conflicting fields when pulling story updates. The Skill includes an optional auto-merge feature that safely integrates compatible data from the project management tool without overwriting conflicting local changes.

How do I keep my local development stories aligned with project management changes?

You keep local development stories aligned by pulling the latest status and update information for a specific story ID. This prevents working on outdated information by ensuring your local representation matches the central PM tool.

Does pulling a story update overwrite local changes if fields conflict?

Pulling a story update does not blindly overwrite local changes. The auto-merge feature only applies to non-conflicting fields, while conflicting data is handled carefully to prevent data loss during the project management synchronization process.