nova-find-branches

Search and filter NovaDB branch records with pagination and attribute filters.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/novadb/claude-plugins --skill nova-find-branches
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nova-find-branches
Source: https://github.com/novadb/claude-plugins/tree/main/consulting/skills/find-branches
Command: npx skills add https://github.com/novadb/claude-plugins --skill nova-find-branches

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides precise search and filtering of branch records in NovaDB so users can quickly locate branches by name, assignee, parent, or state without manually scanning large object sets.

Core Features & Use Cases

  • Search branches by full-text search phrase and display name with pagination.
  • Filter by assigned user, parent branch references, and state using attribute filters and compareOperator values.
  • Sort results by display name or modified date and retrieve faceted counts via object occurrences for dashboards and summaries.
  • Use case: generate a paginated list of feature branches assigned to a specific user for release planning and review.

Quick Start

Use this skill to search for branches matching feature assigned to user jdoe and return the first 20 results.

Frequently Asked Questions about nova-find-branches

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search and filter NovaDB branches by assignee and state?

Sort NovaDB branch search results by display name or modified date. The Index API returns sorted branch records and supports faceted occurrence counts for generating dashboards and summaries.

How do I paginate branch listing workflows in NovaDB?

Paginate NovaDB branch listing workflows using the skip and take parameters. This retrieves branch records in manageable chunks for large object set enumeration without manual scanning.

Can I get faceted occurrence counts for NovaDB branches?

Retrieve faceted occurrence counts for NovaDB branches via the Index API. This provides aggregated data for dashboards and summaries when filtering branches by name, assignee, parent, or state.

What is the best way to find NovaDB branches matching a specific name?

Find NovaDB branches matching a specific name using full-text search phrases and display name filters. This targets objectTypeId 40 to quickly locate branches without scanning large object sets.

Does NovaDB branch search support filtering by parent branch references?

NovaDB branch search supports filtering by parent branch references using attribute filters. You can search objectTypeId 40 in default branch 4 to identify child branches linked to a specific parent.