askill
hopeventures-conventions

hopeventures-conventionsSafety 95Repository

Git branching, commit, and PR conventions for Hope Ventures Azure DevOps projects. Without it, branch names miss the required area segment and work item links go in the wrong place. TRIGGER when committing, pushing, or creating PRs in a Hope Ventures project. DO NOT TRIGGER for non-Hope Ventures projects.

0 stars
1.2k downloads
Updated 3/25/2026

Package Files

Loading files...
SKILL.md

Hope Ventures Conventions

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

Git and PR conventions for Hope Ventures projects.

Detection

Match when:

  • Remote URL contains dev.azure.com/hopeventures/ (case insensitive)
  • Working directory under $HOME/repos/HopeVentures/

Platform

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

Branch Naming

  • feature/<area>/<descriptive-name> - e.g., feature/facilitation/attendance-tracking
  • fix/<area>/<descriptive-name> - e.g., fix/facilitation/update-group-view-on-facilitator-licence-change
  • main (default branch)

Use git switch -c <branch> to create branches (not git checkout - it's blocked to prevent accidental data loss).

Direct Commits to Main

The following repos allow direct commits to main (no branch required):

  • Repos ending with -Documentation

Commit Messages

  • Concise, single line, imperative mood
  • No prefixes. See git-commit skill.
  • Work item reference optional in commits (required in PR)
  • Load the writing-style skill.

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

Notes:

  • Work item links (#1234) must be on separate lines with blank lines between for proper rendering
  • Test Plan section is optional — omit unless explicitly needed

Work Item Linking

See azure-devops-repos skill for the full PR completion workflow and CLI commands.

  • PR description → Reference PBIs using #1234 format
  • CLI linking → Link Tasks via az repos pr work-item add
  • In commits: Work item references are optional

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

65/100Analyzed 3/30/2026

Well-structured conventions reference for Hope Ventures/Azure DevOps projects with clear detection rules, branch naming patterns, and PR templates. Contains actionable examples and proper formatting. Score is moderate because while technically sound and actionable, it's highly specific to a single organization/platform (internal_only signal high) which limits general reusability. The skill properly triggers only for relevant contexts and references other skills appropriately.

95
85
35
75
80

Metadata

Licenseunknown
Version-
Updated3/25/2026
Publishershellicar

Tags

github-actionstesting