askill
flightrac-conventions

flightrac-conventionsSafety 95Repository

Git conventions for Flightrac on Azure DevOps. Loaded when detected as the active convention.

0 stars
1.2k downloads
Updated 2/28/2026

Package Files

Loading files...
SKILL.md

Flightrac Conventions

Scope: Git branch, commit, and PR conventions specific to Flightrac projects on Azure DevOps.

Git and PR conventions for Flightrac projects.

Detection

Match when:

  • Remote URL contains dev.azure.com/Flightrac/
  • Working directory under $HOME/repos/Flightrac/

Platform

  • Platform: Azure DevOps
  • CLI: az repos and az boards
  • Reference: See azure-devops skill for CLI command syntax

Branch Naming

  • feature/<name>
  • fix/<name>
  • main (default branch)

Commit Messages

  • Concise, single line, imperative mood
  • Work item reference optional in commits (required in PR)
  • See writing-style skill for tone and examples

PR Description Format

Follow the writing-style skill for content. Use this template:

## Summary

Brief description of the changes.

## Related Work Items

#1234

#5678

## Changes

- Change 1
- Change 2

## Test Plan

- [ ] Test case 1
- [ ] Test case 2

Note: Work item links (#1234) must be on separate lines with blank lines between for proper rendering.

Work Item Linking

  • Format: #1234 (Azure DevOps auto-links)
  • In PR description: Required
  • In commits: Optional

CLI Commands

# Create PR
az repos pr create --title "Title" --description "$(cat description.md)"

# Update PR
az repos pr update --id ID --title "Title" --description "$(cat description.md)"

# List PRs
az repos pr list --status active

# View PR
az repos pr show --id ID

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

75/100Analyzed 3/2/2026

Well-structured skill document for Flightrac Git conventions on Azure DevOps. Includes detection triggers, branch/commit/PR conventions, work item linking, and CLI commands. Clear and actionable for the target project. Limited reusability due to project-specific nature, but follows good SKILL.md structure with dedicated folder location and tags."

95
85
40
85
80

Metadata

Licenseunknown
Version-
Updated2/28/2026
Publishershellicar

Tags

testing