# load-issues

Load all open issues from GitHub and save them as markdown files.

* Purpose - Bulk import issues for planning and analysis
* Output - Markdown files for each open issue

```bash
/git:load-issues
```

## Arguments

None required - loads all open issues automatically.

## How It Works

1. **Issue Retrieval**: Fetches all open issues from repository
2. **Content Extraction**: Parses issue title, body, labels, and metadata
3. **File Generation**: Creates markdown file for each issue
4. **Organization**: Structures files in designated directory

## Usage Examples

```bash
# Load all issues for sprint planning
> /git:load-issues

# Then analyze specific issues
> /git:analyze-issue 123
```

## Best Practices

* Use for sprint planning - Get overview of all open work
* Combine with analysis - Analyze high-priority issues in detail
* Regular updates - Reload periodically to stay current


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cek.neolab.finance/plugins/git/load-issues.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
