plugins/lisa-wiki/skills/lisa-wiki-connector-jira/SKILL.md
Produce sanitized JIRA source notes for lisa-wiki ingest via the Atlassian MCP. Use only when lisa-wiki-ingest routes to the jira connector. Read-only; tenant-guarded.
npx skillsauth add codyswanngt/lisa lisa-wiki-connector-jiraInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Skill-driven connector (Atlassian MCP). Writes ONLY source notes under wiki/sources/jira/ and emits
a proposed cursor; the kernel does synthesis/index/log/verify/state/PR.
connectors.jira.enabled and sideEffects: read-only-ingest.connectors.jira.tenantGuard.site / cloudId. If it resolves to a different account/tenant,
abort (do not ingest) — this is the cross-tenant contamination guard.wiki/state/jira/*.json. First run → last 4 months (or configured window);
incremental → issues updated >= the cursor watermark. Scope to connectors.jira.projects[].wiki/sources/jira/<YYYY-MM-DD>-jira-ingest.md — reader-safe, with
frontmatter (type: source, dates, source_system: jira) and citations (Source: <issue key>).
Redact secrets; honor sourceRetention/sensitivity.updated watermark, counts) to the handoff file,
then return to lisa-wiki-ingest.scripts/mcp-doctor.mjs).development
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.
development
Guidelines for upgrading Expo SDK versions and fixing dependency issues
development
Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (`useLoaderData`).
tools
`@expo/ui/swift-ui` package lets you use SwiftUI Views and modifiers in your app.