Topic: postgresql
142 skills in this topic.
-
llm
Guidelines for implementing LLM (Language Model) functionality in the application
elie222/inbox-zero 10,372
-
llm-test
Guidelines for writing tests for LLM-related functionality
elie222/inbox-zero 10,372
-
logging
How to do backend logging
elie222/inbox-zero 10,372
-
pr-loop
Review, commit, create PR, then auto-address review comments in a loop.
elie222/inbox-zero 10,372
-
pr-watch
Start a background loop that monitors PR for new review comments and addresses them.
elie222/inbox-zero 10,372
-
prisma
How to use Prisma
elie222/inbox-zero 10,372
-
project-structure
Project structure and file organization guidelines
elie222/inbox-zero 10,372
-
qa-label
Label a PR as ready for QA so the QA server picks it up automatically
elie222/inbox-zero 10,372
-
qa-new-flow
Create a new browser QA flow file from the template
elie222/inbox-zero 10,372
-
qa-run
Run browser QA flows and write a JSON report
elie222/inbox-zero 10,372
-
review
Review code changes, auto-fix safe issues, and report bugs
elie222/inbox-zero 10,372
-
test-feature
End-to-end feature testing — browser QA, API verification, eval tests, or any combination. Covers browser interactions (via agent-browser CLI), Google Workspace operations (gws CLI), API calls, and LLM eval tests. Can also persist tests as reusable QA flows or eval files.
elie222/inbox-zero 10,372
-
testing
Guidelines for testing the application with Vitest, including unit tests, integration tests (emulator), AI tests, and eval suites for LLM features
elie222/inbox-zero 10,372
-
ui-components
UI component and styling guidelines using Shadcn UI, Radix UI, and Tailwind
elie222/inbox-zero 10,372
-
update-packages
Update workspace packages while respecting the repo's pinned package list in .ncurc.cjs. Use when the user asks to update dependencies or refresh package versions.
elie222/inbox-zero 10,372
-
wait
Pause execution for a user-specified duration
elie222/inbox-zero 10,372
-
write-tests
Write focused unit tests for backend and utility logic
elie222/inbox-zero 10,372
-
inbox-zero-api
Use the Inbox Zero API CLI to inspect the live API schema, list and manage automation rules, and read inbox analytics through the public API. Use this when a task involves Inbox Zero rules, stats, or API-driven automation and can be solved through the CLI instead of browser interaction.
elie222/inbox-zero 10,372
-
atlassian
Manage Jira issues and Confluence wiki pages in Atlassian Cloud.
Use when: (1) searching/creating/updating Jira issues with JQL, (2) searching/reading/creating Confluence pages
with CQL, (3) managing Jira workflows, transitions, and comments, (4) browsing Confluence spaces and page
hierarchies. Supports OAuth 2.1 via MCP server (recommended) or API token authentication (fallback).
sanjay3290/ai-skills 184
-
azure-devops
Manage Azure DevOps projects, work items, repos, PRs, pipelines, wikis, test plans, security alerts,
variable groups, environments/approvals, branch policies, and attachments. Use when user asks to: manage
sprints, create/update work items, list repos, create PRs, run pipelines, search code, manage wiki pages,
check security alerts, manage variable groups, approve deployments, or configure branch policies.
Covers 13 domains with 99 tools via REST API.
sanjay3290/ai-skills 184
-
deep-research
Execute autonomous multi-step research using Google Gemini Deep Research Agent. Use for: market analysis, competitive landscaping, literature reviews, technical research, due diligence. Takes 2-10 minutes but produces detailed, cited reports. Costs $2-5 per task.
sanjay3290/ai-skills 184
-
google-drive
Interact with Google Drive - search files, find folders, list contents, download files, upload files,
create folders, move, copy, rename, and trash files. Use when user asks to: search Google Drive,
find a file/folder, list Drive contents, download or upload files, create folders, move files,
or organize Drive content. Lightweight integration with standalone OAuth authentication supporting
full read/write access.
sanjay3290/ai-skills 184
-
google-sheets
Read and write Google Sheets spreadsheets - get content, update cells, append rows, fetch specific ranges,
search for spreadsheets, and view metadata. Use when user asks to: read a spreadsheet, update cells,
add data to Google Sheets, find a spreadsheet, check sheet contents, export spreadsheet data, or get cell values.
Lightweight integration with standalone OAuth authentication supporting full read/write access.
sanjay3290/ai-skills 184
-
mysql
Execute read-only SQL queries against multiple MySQL databases. Use when: (1) querying MySQL databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety.
sanjay3290/ai-skills 184