# Github Issue Structure For Personal Finance Tracking

> Pattern for organizing financial analysis work across multiple repos (data/config vs. logic separation)

- Skill: `vamseeachanta/github-issue-structure-for-personal-finance-tracking` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/github-issue-structure-for-personal-finance-tracking`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/github-issue-structure-for-personal-finance-tracking/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/github-issue-structure-for-personal-finance-tracking

---


# GitHub Issue Structure for Personal Finance Tracking

When building financial analysis systems, separate **confidential data/config** (private personal repo) from **algorithms/logic** (shared/public repo). Create the tracking issue in the data repo with clear references to algorithm repos where implementation lives. This enables sensitive portfolio info to stay private while keeping reusable code modular and potentially shareable. Flag browser access limitations early (e.g., Fidelity blocked by safety extensions) and establish manual data handoff workflows.
