Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Managing Income Tax Provisions

ASecurity

Structures income tax provision calculation with current/deferred components and rate reconciliation. Use when calculating tax provisions, analyzing deferred taxes, or preparing rate reconciliations.

22 stars
0 votes
0 copies
0 views
Added 9/20/2026
businessgoapi

Works with

api

Security Analysis

A100/100

Scanned 9/20/2026

Install to Claude Code

$npx -y skills add lev-os/agents --skill managing-income-tax-provisions --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Managing Income Tax Provisions?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Managing Income Tax Provisions
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/lev-os-managing-income-tax-provisions/badge)](https://www.skillsdirectory.com/skills/lev-os-managing-income-tax-provisions)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: managing-income-tax-provisions
description: Structures income tax provision calculation with current/deferred components and rate reconciliation. Use when calculating tax provisions, analyzing deferred taxes, or preparing rate reconciliations.
tags:
  - management
  - accounting
  - tax
metadata:
  author: casemark
  practice_areas:
    - Financial Reporting
    - Audit
    - Accounting
  document_types:
    - Management Report
  skill_modes:
    - Management
    - Coordination
---
# Managing Income Tax Provisions

Structures income tax provision calculation with current/deferred components and rate reconciliation for interim and annual financial reporting under ASC 740 / IAS 12.

## When To Use

- Calculating quarterly or annual income tax provisions for financial statement preparation
- Analyzing deferred tax assets (DTAs) and deferred tax liabilities (DTLs) arising from temporary differences
- Preparing the effective tax rate (ETR) reconciliation from statutory to reported rate
- Assessing valuation allowance needs against deferred tax assets
- Supporting audit readiness by documenting provision methodology and key judgments
- Evaluating the impact of tax law changes, rate changes, or restructuring on the tax provision

## Inputs To Gather

- **Pre-tax book income** (consolidated and by jurisdiction) from the general ledger or trial balance
- **Permanent differences**: non-deductible expenses (e.g., meals, fines, executive compensation under IRC 162(m)), tax-exempt income (e.g., municipal bond interest), stock-based compensation windfalls/shortfalls
- **Temporary differences**: depreciation (book vs. tax), lease liabilities, accrued liabilities, bad debt reserves, inventory reserves, revenue recognition timing differences, pension/OPEB obligations
- **Statutory tax rates** by jurisdiction — federal, state/provincial, foreign [VERIFY: confirm current-year enacted rates]
- **Tax credit and incentive schedules**: R&D credits, foreign tax credits, investment credits, state-specific incentives
- **Carryforward/carryback schedules**: NOL carryforwards (pre- and post-TCJA vintages), capital loss carryforwards, credit carryforwards with expiration dates
- **Prior-year deferred tax balance roll-forward** and return-to-provision (RTP) true-up adjustments
- **Uncertain tax position (UTP) inventory** with more-likely-than-not assessments per ASC 740-10 / IAS 12

## Workflow

1. **Compute current tax expense**
   - Start with pre-tax book income by jurisdiction
   - Add back permanent differences (non-deductible items) and subtract permanent tax benefits
   - Apply enacted statutory rates to arrive at current federal, state, and foreign tax expense [VERIFY: use enacted rates, not proposed or anticipated rates per ASC 740-10-25-47]
   - Apply available tax credits and net against current liability
   - For interim periods, estimate the annual effective tax rate (AETR) and apply to year-to-date ordinary income; account for discrete items in the quarter they occur

2. **Compute deferred tax expense**
   - Identify all temporary differences between book and tax basis of assets and liabilities
   - Classify each as DTA or DTL; multiply by the enacted rate expected to apply when the difference reverses [VERIFY: reversal period rate assumptions]
   - Roll forward the prior-year deferred tax balance: opening balance + current-year deferred expense +/- RTP adjustments +/- OCI items +/- acquisition/disposition entries = closing balance
   - Segregate current-year movement into components: operations, OCI, equity, and business combinations

3. **Assess valuation allowance**
   - Evaluate realizability of each DTA using the four sources of taxable income under ASC 740-10-30-18: reversing DTLs, future taxable income, tax-planning strategies, and carryback ability
   - Weight negative evidence (cumulative losses, history of expiring carryforwards) against positive evidence (secured contracts, backlog, reversal scheduling)
   - Document the more-likely-than-not threshold analysis; if a VA is needed, determine the amount and disclose the change in the rate reconciliation

4. **Prepare the effective tax rate reconciliation**
   - Begin with statutory rate applied to pre-tax income
   - Reconcile to reported ETR by itemizing: state taxes (net of federal benefit), foreign rate differentials, permanent differences, credits, valuation allowance changes, uncertain tax positions, rate changes, and prior-year adjustments
   - Confirm the reconciliation ties to total income tax expense (current + deferred) on the income statement
   - Flag any line item exceeding 5% of statutory-rate tax for enhanced disclosure consideration

5. **Document uncertain tax positions**
   - Inventory all UTPs; apply the two-step recognition and measurement framework (recognition at more-likely-than-not, measurement at largest cumulative benefit >50% probable)
   - Calculate interest and penalties accrual per entity policy [VERIFY: entity election to classify interest/penalties in tax expense vs. other]
   - Update the tabular rollforward: opening balance, additions for current-year positions, additions for prior-year positions, reductions for settlements/lapses, closing balance

6. **Compile and review the provision package**
   - Assemble the tax provision workpapers: current/deferred expense by jurisdiction, rate reconciliation, DTA/DTL balance sheet detail, VA analysis, UTP rollforward
   - Tie total provision to the financial statements (income statement, balance sheet, cash flow)
   - Reconcile tax payable/receivable to the balance sheet and cash tax payments

## Output

- **Tax provision summary**: current and deferred expense by jurisdiction (federal, state, foreign) with total income tax expense
- **Deferred tax schedule**: DTA and DTL detail by temporary difference category with net position and classification
- **Effective tax rate reconciliation**: statutory-to-effective rate bridge with dollar amounts and rate impact percentages
- **Valuation allowance memo**: evidence weighting, conclusion, and period-over-period change
- **UTP rollforward**: tabular summary with beginning balance, additions, reductions, and ending balance
- **Rate reconciliation narrative**: plain-language explanation of significant ETR drivers for disclosure or management review

## Quality Checks

- Total income tax expense (current + deferred) ties to rate reconciliation output and financial statement line items
- DTA/DTL roll-forward reconciles from opening to closing balance without unexplained variance
- Valuation allowance conclusion is supported by documented positive/negative evidence with explicit weighting
- ETR reconciliation mathematically foots and each line item is traceable to a workpaper
- All enacted rate assumptions are sourced and dated; no use of proposed or unsigned legislation [VERIFY]
- Interim provision uses the estimated AETR method correctly, with discrete items isolated in the relevant quarter
- UTP analysis references specific tax positions and statute of limitations dates
- Return-to-provision adjustments from filed returns are separately identified and explained
- Workpapers are cross-referenced and audit-ready with clear reviewer sign-off points

Attribution

lev-oslev-os
View sourceMore from lev-os →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Solution Architect

Designs system architecture, component specifications, and technical integration strategy. Use when: designing solutions, system architecture, technology stack, or integration approaches.

192 votes

Akorchak:Venture Assessment

Generate a comprehensive VC investment assessment report for a company

72 votes

Stock Analysis

Analyze stocks and cryptocurrencies using Yahoo Finance data. Supports portfolio management (create, add, remove assets), crypto analysis (Top 20 by market cap), and periodic performance reports (daily/weekly/monthly/quarterly/yearly). 8 analysis dimensions for stocks, 3 for crypto. Use for stock analysis, portfolio tracking, earnings reactions, or crypto monitoring.

6511 votes

Just Fucking Cancel

Find and cancel unwanted subscriptions by analyzing bank transactions. Detects recurring charges, calculates annual waste, and helps you cancel with direct URLs and browser automation. Use when: 'cancel subscriptions', 'audit subscriptions', 'find recurring charges', 'what am I paying for', 'save money', 'subscription cleanup', 'stop wasting money'. Supports CSV import (Apple Card, Chase, Amex, Citi, Bank of America, Capital One, Mint, Copilot) OR Plaid API for automatic transaction pull. Out...

6511 votes

Telegram Compose

Compose rich, readable Telegram messages using HTML formatting via direct Telegram API. Use when: (1) Sending any Telegram message beyond a simple one-line reply, (2) Creating structured messages with sections, lists, or status updates, (3) Need formatting unavailable via Clawdbot's Markdown conversion (underline, spoilers, expandable blockquotes, user mentions by ID), (4) Sending alerts, reports, summaries, or notifications to Telegram, (5) Want professional, scannable message formatting wit...

6511 votes
View all in business →