Skip to content
📊Analysis & Triage

Triage Bugs Effectively with Bug Analysis

Intermediate15 min read·Updated December 2024·QA EngineersDevelopers

Use Zof's Bug Analysis to prioritize fixes based on impact and risk.

Prerequisites

Before you begin, make sure you have:

  • A Zof account - Sign up free
  • Access to your code repository (GitHub, GitLab, or Bitbucket)
  • Node.js 18+ or Python 3.9+

What you'll achieve

  • Installed and authenticated the Zof CLI
  • Connected Zof to your project
  • Ran your first reliability test
  • Viewed results in the Zof dashboard

Step 1: Install the Zof CLI

Open your terminal and install the CLI globally:

bash
npm install -g @zof/cli

Verify the installation:

bash
zof --version

Expected result: zof/2.x.x

Step 2: Authenticate with Zof

Connect the CLI to your Zof account:

bash
zof login

This opens your browser to complete authentication. Once authorized, you'll see:

text
✓ Authenticated as your@email.com

Tip

Use a service account token for CI rather than your personal token. You can create one at Settings → API Tokens in the Zof dashboard.

Step 3: Initialize your project

Navigate to your project directory and initialize Zof:

bash
cd your-project
zof init

Zof creates a zof.config.json file with sensible defaults for your project type.

Step 4: Run your first test

Execute a quick validation:

bash
zof run --quick

This runs a subset of agents for fast feedback (full runs take longer but are more comprehensive).

Note

The --quick flag runs only smoke and sanity agents. Use zof run without flags for a comprehensive test.

Verify it works

  1. Open app.zof.ai
  2. Navigate to Results
  3. You should see your first test run with findings categorized by severity

You should see: A results summary showing reliability score, issues found, and test coverage.

Troubleshooting

Was this guide helpful?

01거버넌스 + 경영진 가시성

리더, 감사인, 이사회가 실제로 활용할 수 있는 리포트입니다.

Zof는 릴리스 검토, 컴플라이언스 근거 팩, 경영진 보고에 이미 필요한 리포트를 여러분이 정한 주기에 맞춰 데이터 추적과 함께 생성합니다.

경영진

주간 요약

릴리스 상태를 한 화면에서.

감사 대비

컴플라이언스 팩

  • SOC 2
  • ISO
  • 증적 추적.

주기

예약됨

설정한 일정에 따라 자동으로 생성됩니다.

AUDIT-READY/reports
Zof AI 리포트 페이지로, 4개의 템플릿 카드인 주간 릴리스 요약, 커버리지 추세, 리스크 평가 리포트, 컴플라이언스 근거 팩이 각각 생성(Generate) 및 예약(Schedule) 작업과 함께 제공되며, 생성된 리포트, 저장된 뷰, 예약됨 탭도 함께 표시됩니다.
리포트 · /reports · 4개의 엔터프라이즈 템플릿 · 제품에서 실시간 제공.
  • 01 · TEMPLATES
    • Weekly
    • Coverage
    • Risk

    Schedule or generate on demand

  • 02 · COMPLIANCE EVIDENCE
    • SOC 2
    • ISO
    • audit pack

    Exportable evidence trail

Guides | Zof AI