# Porcami AI Dotfiles Known Issues

> Known Issues

- Skill: `tomevault-io/porcami-ai-dotfiles-known-issues` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/porcami-ai-dotfiles-known-issues`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/porcami-ai-dotfiles-known-issues/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/porcami-ai-dotfiles-known-issues

---


# Known Issues

**Check your planned action against these known issues before proceeding.**

When you encounter a new mistake that isn't listed here, **add it** to the appropriate section so future runs don't repeat it.

## Scripts & CLI

| #   | Mistake | Correct Behaviour |
| --- | ------- | ----------------- |
| 1   | Added unsupported arguments to scripts (e.g., `--max-results`, `--org`, `--project`, `--team`) | Scripts read org/project/team from environment variables. Only use documented arguments: `--state`, `--unassigned`, `--assigned-to`, `--type` for work items; `--status`, `--include-own` for PRs |

**Rule:** Scripts get Azure DevOps configuration from environment variables (`AZURE_DEVOPS_ORG`, `AZURE_DEVOPS_PROJECT`, `AZURE_DEVOPS_TEAM`, etc.). Do not pass org/project/team as arguments.

## MCP & Azure DevOps

| #   | Mistake | Correct Behaviour |
| --- | ------- | ----------------- |
| 2   | Used MCP to query sprint work items or team PRs | MCP cannot filter by Area Path or team reviewer. Use Python scripts in `.github/skills/azure-devops-api/scripts/` |

**Rule:** Use scripts for team-filtered queries, MCP only for individual item lookups and updates.

## Coding & Implementation

<!-- | # | Mistake | Correct Behaviour | -->

## Testing

<!-- | # | Mistake | Correct Behaviour | -->

## Code Review

<!-- | # | Mistake | Correct Behaviour | -->

## Git & Commits

<!-- | # | Mistake | Correct Behaviour | -->

## SQL & Stored Procedures

<!-- | # | Mistake | Correct Behaviour | -->

## Adding New Issues

Add to the appropriate section using this format:

```markdown
| # | {What went wrong} | {What should happen instead} |
```

Use the next available number (currently 3).

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/porcami) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-15 -->

